From: Amos Jeffries Date: Mon, 7 Sep 2009 10:44:28 +0000 (+1200) Subject: Remove -I. and dist spnegohelp directory X-Git-Tag: SQUID_3_2_0_1~612^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc2a2f50594650ecc6c356e3e0e5636d9290a05;p=thirdparty%2Fsquid.git Remove -I. and dist spnegohelp directory --- diff --git a/helpers/negotiate_auth/kerberos/Makefile.am b/helpers/negotiate_auth/kerberos/Makefile.am index c79ee84a11..b1d5824acb 100644 --- a/helpers/negotiate_auth/kerberos/Makefile.am +++ b/helpers/negotiate_auth/kerberos/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = README NEWS ChangeLog AUTHORS INSTALL +EXTRA_DIST = README NEWS ChangeLog AUTHORS INSTALL $(SPNEGO) SUBDIRS = bin_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test @@ -9,12 +9,15 @@ SPNEGO = spnegohelp/derparse.c spnegohelp/derparse.h \ spnegohelp/spnego.c spnegohelp/spnego.h \ spnegohelp/spnegohelp.c spnegohelp/spnegohelp.h \ spnegohelp/spnegparse.c spnegohelp/spnegoparse.h + +EXTRA_DIST += $(SPNEGO) + if HAVE_SPNEGO negotiate_kerberos_auth_SOURCES = $(SOURCE) -AM_CPPFLAGS = $(KERBINCS) -I. +AM_CPPFLAGS = $(KERBINCS) -I$(srcdir) else negotiate_kerberos_auth_SOURCES = $(SOURCE) $(SPNEGO) -AM_CPPFLAGS = $(KERBINCS) -I$(srcdir)/spnegohelp -I. +AM_CPPFLAGS = $(KERBINCS) -I$(srcdir)/spnegohelp -I$(srcdir) endif negotiate_kerberos_auth_test_SOURCES = $(SOURCE_test)