mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
11 lines
455 B
Text
11 lines
455 B
Text
--- ./tests/Makefile.in.orig 2006-08-01 05:51:52.000000000 +0200
|
|
+++ ./tests/Makefile.in 2014-08-03 09:26:42.000000000 +0200
|
|
@@ -26,7 +26,7 @@
|
|
CFLAGS+= @CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"
|
|
OBJCFLAGS+= @CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"
|
|
LIBS+= -lauth-ldap-testing $(OBJC_LIBS) $(LDAP_LIBS) @CHECK_LIBS@
|
|
-LDFLAGS+= -L${top_builddir}src $(LIBS)
|
|
+LDFLAGS+= -L${top_builddir}/src $(LIBS)
|
|
|
|
# Recompile the tests every time
|
|
all: tests
|