summaryrefslogtreecommitdiff
path: root/security/openvpn-auth-ldap/files/patch-tests_Makefile.in
blob: 9c6ef89a8b67c7782276d4153f3f6da6e6e27201 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tests/Makefile.in.orig	2012-03-04 04:55:05 UTC
+++ tests/Makefile.in
@@ -35,7 +35,7 @@ TEST_OBJS=	tests.o \
 CFLAGS+=	-DTEST_DATA=\"${srcdir}/data\"
 OBJCFLAGS+=	-DTEST_DATA=\"${srcdir}/data\"
 
-LIBS+=		-L${top_builddir}/src -lauth-ldap \
+LIBS+=		-L${top_builddir}/src -lauth-ldap -lcheck \
 		$(OBJC_LIBS) $(LDAP_LIBS)
 
 LDFLAGS+=	 $(LIBS)