From 378c651e7aab2d88cb29cccb1c0aae7ef895bb7a Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Fri, 23 Mar 2012 10:49:20 +0100 Subject: Fix include issues in when building tests --- lib/eldap/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/eldap') diff --git a/lib/eldap/test/Makefile b/lib/eldap/test/Makefile index a17d4f56b2..2349e4b292 100644 --- a/lib/eldap/test/Makefile +++ b/lib/eldap/test/Makefile @@ -50,7 +50,7 @@ RELSYSDIR = $(RELEASE_PATH)/eldap_test # ---------------------------------------------------- # FLAGS # ---------------------------------------------------- -ERL_COMPILE_FLAGS += $(INCLUDES) +ERL_COMPILE_FLAGS += $(INCLUDES) -pa $(ERL_TOP)/lib/eldap/ebin EBIN = . -- cgit v1.2.3