diff options
Diffstat (limited to 'ldap/clients/dsgw/userhtml/Makefile')
| -rw-r--r-- | ldap/clients/dsgw/userhtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/clients/dsgw/userhtml/Makefile b/ldap/clients/dsgw/userhtml/Makefile index 6cc32c6f..4a19446a 100644 --- a/ldap/clients/dsgw/userhtml/Makefile +++ b/ldap/clients/dsgw/userhtml/Makefile @@ -9,13 +9,13 @@ # LDAP_SRC = ../../.. -MCOM_ROOT = ../../../../.. +BUILD_ROOT = ../../../.. NOSTDSTRIP=true # don't let nsconfig.mak define target strip NOSTDCLEAN=true # don't let nsconfig.mak define target clean NOSTDDEPEND=true # don't let nsconfig.mak define target depend -include $(MCOM_ROOT)/ldapserver/nsconfig.mk +include $(BUILD_ROOT)/nsconfig.mk include $(LDAP_SRC)/nsldap.mk include ../dsgw_include.mk |
