From: Amos Jeffries Date: Fri, 11 Sep 2009 10:36:26 +0000 (+1200) Subject: Link kerberos helper to compat library the new way X-Git-Tag: SQUID_3_2_0_1~612^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ada876ed041568303c8f61c179521ebb05f5a183;p=thirdparty%2Fsquid.git Link kerberos helper to compat library the new way --- diff --git a/helpers/negotiate_auth/kerberos/Makefile.am b/helpers/negotiate_auth/kerberos/Makefile.am index db62ffd2f8..fb769f18b4 100644 --- a/helpers/negotiate_auth/kerberos/Makefile.am +++ b/helpers/negotiate_auth/kerberos/Makefile.am @@ -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@