From: Amos Jeffries Date: Fri, 25 Sep 2009 11:23:51 +0000 (+1200) Subject: Update after Common.am changes X-Git-Tag: SQUID_3_2_0_1~612^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ebe9064e80211d9f43c4fe058291f24dc724eb;p=thirdparty%2Fsquid.git Update after Common.am changes --- diff --git a/helpers/negotiate_auth/kerberos/Makefile.am b/helpers/negotiate_auth/kerberos/Makefile.am index e5ac07b137..8c8f2011b5 100644 --- a/helpers/negotiate_auth/kerberos/Makefile.am +++ b/helpers/negotiate_auth/kerberos/Makefile.am @@ -15,18 +15,15 @@ SPNEGO = \ if HAVE_SPNEGO negotiate_kerberos_auth_SOURCES = $(SOURCE) -AM_CPPFLAGS = $(INCLUDES) $(KERBINCS) -I$(srcdir) +AM_CPPFLAGS = $(INCLUDES) -I$(srcdir) else negotiate_kerberos_auth_SOURCES = $(SOURCE) $(SPNEGO) -AM_CPPFLAGS = $(INCLUDES) $(KERBINCS) -I$(srcdir)/spnegohelp -I$(srcdir) +AM_CPPFLAGS = $(INCLUDES) -I$(srcdir)/spnegohelp -I$(srcdir) endif negotiate_kerberos_auth_test_SOURCES = $(SOURCE_test) negotiate_kerberos_auth_LDFLAGS = -negotiate_kerberos_auth_LDADD = $(COMPAT_LIB) $(XTRA_LIBS) $(KERBLIBS) +negotiate_kerberos_auth_LDADD = $(COMPAT_LIB) $(XTRA_LIBS) @KRB5LIBS@ negotiate_kerberos_auth_test_LDFLAGS = -negotiate_kerberos_auth_test_LDADD = $(COMPAT_LIB) $(XTRA_LIBS) $(KERBLIBS) - -KERBINCS = @KRB5INCS@ -KERBLIBS = @KRB5LIBS@ +negotiate_kerberos_auth_test_LDADD = $(COMPAT_LIB) $(XTRA_LIBS) @KRB5LIBS@