From 0b00cd4edc87f82fddde3a089d16f2e416305209 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 28 Jan 2005 21:57:05 +0000 Subject: remove references to ldapserver from makefiles; use BUILD_ROOT instead of MCOM_ROOT and NSROOT; BUILD_ROOT is now the ldapserver directory rather than its parent --- lib/libsi18n/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libsi18n') diff --git a/lib/libsi18n/Makefile b/lib/libsi18n/Makefile index 9b1c9c2e..d9926bd5 100644 --- a/lib/libsi18n/Makefile +++ b/lib/libsi18n/Makefile @@ -8,15 +8,15 @@ # The libsi18n library support for getting strings from the # string database. -MCOM_ROOT=../../.. +BUILD_ROOT=../.. MODULE=LibsI18N -include ../../nsdefs.mk +include $(BUILD_ROOT)/nsdefs.mk NSDEFS_PRODUCT = $(NS_PRODUCT) OBJDEST=$(OBJDIR)/lib/libsi18n -L10NDIR = $(MCOM_ROOT)/ldapserver/l10n +L10NDIR = $(BUILD_ROOT)/l10n ifeq ($(ARCH), WINNT) CCOUT0= /Fo @@ -119,7 +119,7 @@ DBTheaders = \ gsadmserv.h endif -include ../../nsconfig.mk +include $(BUILD_ROOT)/nsconfig.mk MCC_INCLUDE += $(ADMINUTIL_INCLUDE) -- cgit