summaryrefslogtreecommitdiffstats
path: root/lib/ldaputil/utest
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/utest
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/utest')
-rw-r--r--lib/ldaputil/utest/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ldaputil/utest/Makefile b/lib/ldaputil/utest/Makefile
index e6f2e5c6..bb545d9b 100644
--- a/lib/ldaputil/utest/Makefile
+++ b/lib/ldaputil/utest/Makefile
@@ -8,16 +8,16 @@
#
# Makefile for ldaputil unit test.
#
-MCOM_ROOT=../../../..
+BUILD_ROOT=../../..
MODULE=LibLdapUtil
OBJDEST=.
UTESTDEST=utest
-include ../../../nsconfig.mk
+include $(BUILD_ROOT)/nsconfig.mk
MODULE_CFLAGS=-I$(NSROOT)/include
-
+
include $(INCLUDE_DEPENDS)
TESTFLAGS = -DUTEST -DDBG_PRINT -DDONT_USE_LDAP_SSL
@@ -95,7 +95,7 @@ PLUGIN_INC = ./include
$(PLUGIN_INC):
mkdir -p include
-certmap.h: ../../../include/ldaputil/extcmap.h
+certmap.h: $(BUILD_ROOT)/include/ldaputil/extcmap.h
\rm -rf $(PLUGIN_INC)/$@
cp $^ $(PLUGIN_INC)/$@