From: Arran Cudbard-Bell Date: Tue, 26 Feb 2013 03:05:43 +0000 (-0500) Subject: Fix library path in tests X-Git-Tag: release_3_0_0_beta1~923 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d6ae4cc75ca3e75365f7f91ac186c7129184148;p=thirdparty%2Ffreeradius-server.git Fix library path in tests --- diff --git a/src/tests/Makefile b/src/tests/Makefile index ae736c07b23..d6c41ca24ac 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -11,7 +11,7 @@ include ../../Make.inc BUILD_PATH := $(top_builddir)/build TEST_PATH := $(top_builddir)/src/tests BIN_PATH := $(BUILD_PATH)/bin/local -LIB_PATH := $(BUILD_PATH)/lib/local/.libs/ +LIB_PATH := $(BUILD_PATH)/lib/.libs/ DYLD_LIBRARY_PATH := $(DYLD_LIBRARY_PATH):$(LIB_PATH) export DYLD_LIBRARY_PATH