cec7e85
diff -Naupr auth-ldap-2.0.3.orig/tests/Makefile.in auth-ldap-2.0.3/tests/Makefile.in
cec7e85
--- auth-ldap-2.0.3.orig/tests/Makefile.in	2006-08-01 05:51:52.000000000 +0200
cec7e85
+++ auth-ldap-2.0.3/tests/Makefile.in	2007-06-20 20:14:53.000000000 +0200
cec7e85
@@ -26,7 +26,7 @@ TEST_OBJS=	tests.o \
cec7e85
 CFLAGS+=	@CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"
cec7e85
 OBJCFLAGS+=	@CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"
cec7e85
 LIBS+=		-lauth-ldap-testing $(OBJC_LIBS) $(LDAP_LIBS) @CHECK_LIBS@
cec7e85
-LDFLAGS+=	-L${top_builddir}src $(LIBS)
cec7e85
+LDFLAGS+=	-L${top_builddir}/src $(LIBS)
cec7e85
 
cec7e85
 # Recompile the tests every time
cec7e85
 all: tests