summaryrefslogtreecommitdiffstats
path: root/lib/ldaputil/Makefile
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/ldaputil/Makefile
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/ldaputil/Makefile')
-rw-r--r--lib/ldaputil/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/ldaputil/Makefile b/lib/ldaputil/Makefile
index c6c95400..131a9905 100644
--- a/lib/ldaputil/Makefile
+++ b/lib/ldaputil/Makefile
@@ -8,12 +8,12 @@
#
# Makefile for libldapu.a (ldaputil library)
#
-MCOM_ROOT=../../..
+BUILD_ROOT=../..
MODULE=LibLdapUtil
OBJDEST=$(OBJDIR)/lib/ldaputil
-include ../../nsconfig.mk
+include $(BUILD_ROOT)/nsconfig.mk
ifeq ($(ARCH), WINNT)
LIBS=$(OBJDIR)/lib/libldapu.lib
@@ -24,8 +24,7 @@ endif
LOCAL_DEPS = $(LDAPSDK_DEP)
-MCC_INCLUDE=-I$(NSROOT)/include \
- -I$(MCOM_ROOT)/include \
+MCC_INCLUDE=-I$(BUILD_ROOT)/include \
$(DBM_INCLUDE) $(LDAPSDK_INCLUDE) \
$(SECURITY_INCLUDE) $(NSPR_INCLUDE)