summaryrefslogtreecommitdiffstats
path: root/lib/libaccess/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/libaccess/utest
parentb323e287076458e646831a3b5cec0262ac60c5fd (diff)
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/libaccess/utest')
-rw-r--r--lib/libaccess/utest/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libaccess/utest/Makefile b/lib/libaccess/utest/Makefile
index 2acedff0..a7006ee5 100644
--- a/lib/libaccess/utest/Makefile
+++ b/lib/libaccess/utest/Makefile
@@ -7,16 +7,16 @@
#
#
#
-MCOM_ROOT=../../../..
+BUILD_ROOT=../../..
MODULE=LibAcl
-include ../../../nsdefs.mk
+include $(BUILD_ROOT)/nsdefs.mk
OBJDEST=.
UTESTDEST=utest
-include ../../../nsconfig.mk
+include $(BUILD_ROOT)/nsconfig.mk
-MODULE_CFLAGS=-I$(NSROOT)/include/libaccess -I$(NSROOT)/include -I$(NSROOT)/include/public -I. -DACL_LIB_INTERNAL
+MODULE_CFLAGS=-I$(BUILD_ROOT)/include/libaccess -I$(BUILD_ROOT)/include -I$(BUILD_ROOT)/include/public -I. -DACL_LIB_INTERNAL
include $(INCLUDE_DEPENDS)