summaryrefslogtreecommitdiffstats
path: root/ldap/libraries/liblitekey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/libraries/liblitekey/Makefile')
-rw-r--r--ldap/libraries/liblitekey/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap/libraries/liblitekey/Makefile b/ldap/libraries/liblitekey/Makefile
index 27e6d942..92577d1a 100644
--- a/ldap/libraries/liblitekey/Makefile
+++ b/ldap/libraries/liblitekey/Makefile
@@ -10,7 +10,7 @@
#
LDAP_SRC = ../..
-MCOM_ROOT = ../../../..
+BUILD_ROOT = ../../..
NOSTDCLEAN=true # don't let nsconfig.mk define target clean
NOSTDSTRIP=true # don't let nsconfig.mk define target strip
@@ -19,8 +19,8 @@ NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/liblitekey
LIBDIR = $(LDAP_LIBDIR)
-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
CFLAGS += $(SLCFLAGS)