summaryrefslogtreecommitdiffstats
path: root/ldap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/Makefile')
-rw-r--r--ldap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ldap/Makefile b/ldap/Makefile
index 61c3f57b..40f8c134 100644
--- a/ldap/Makefile
+++ b/ldap/Makefile
@@ -9,15 +9,15 @@
# GNU Makefile for Directory Server and Ldap SDK
#
-MCOM_ROOT = ../..
-LDAP_SRC = $(MCOM_ROOT)/ldapserver/ldap
+BUILD_ROOT = ..
+LDAP_SRC = $(BUILD_ROOT)/ldap
NOSTDCLEAN=true # don't let nsconfig.mk define target clean
NOSTDSTRIP=true # don't let nsconfig.mk define target strip
NSPR20=true # probably should be defined somewhere else (not sure where)
-include $(MCOM_ROOT)/ldapserver/nsdefs.mk
-include $(MCOM_ROOT)/ldapserver/nsconfig.mk
+include $(BUILD_ROOT)/nsdefs.mk
+include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
all: $(LDAP_LIBDIR) $(LDAP_BINDIR) $(LDAP_OBJDIR) ldapprogs ldapdocs