]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Link kerberos helper to compat library the new way
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 11 Sep 2009 10:36:26 +0000 (22:36 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 11 Sep 2009 10:36:26 +0000 (22:36 +1200)
helpers/negotiate_auth/kerberos/Makefile.am

index db62ffd2f886314eeef2c2a1b944133d91cf096e..fb769f18b47c44037dcbe77f33492ca83c132c02 100644 (file)
@@ -24,9 +24,9 @@ negotiate_kerberos_auth_test_SOURCES = $(SOURCE_test)
 
 
 negotiate_kerberos_auth_LDFLAGS = 
-negotiate_kerberos_auth_LDADD = -L../../../lib -lmiscutil $(XTRA_LIBS) $(KERBLIBS)
+negotiate_kerberos_auth_LDADD = $(COMPAT_LIB) $(XTRA_LIBS) $(KERBLIBS)
 negotiate_kerberos_auth_test_LDFLAGS = 
-negotiate_kerberos_auth_test_LDADD = -L../../../lib -lmiscutil $(XTRA_LIBS) $(KERBLIBS)
+negotiate_kerberos_auth_test_LDADD = $(COMPAT_LIB) $(XTRA_LIBS) $(KERBLIBS)
 
 KERBINCS = @KRB5INCS@
 KERBLIBS = @KRB5LIBS@