summaryrefslogtreecommitdiffstats
path: root/lib/libsi18n
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-01-28 21:57:05 +0000
committerRich Megginson <rmeggins@redhat.com>2005-01-28 21:57:05 +0000
commit0b00cd4edc87f82fddde3a089d16f2e416305209 (patch)
treef47e944cfa83dcd946fad259f2f37e1499785ac3 /lib/libsi18n
parentb323e287076458e646831a3b5cec0262ac60c5fd (diff)
downloadds-0b00cd4edc87f82fddde3a089d16f2e416305209.tar.gz
ds-0b00cd4edc87f82fddde3a089d16f2e416305209.tar.xz
ds-0b00cd4edc87f82fddde3a089d16f2e416305209.zip
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
Diffstat (limited to 'lib/libsi18n')
-rw-r--r--lib/libsi18n/Makefile8
1 files changed, 4 insertions, 4 deletions
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)