]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/negotiate_auth/kerberos/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / negotiate_auth / kerberos / Makefile.am
index 4d6f4e8e9ad140a019dd4622e7024b4add5f2796..5ed5b091d5cfb863d14d8eb6710f45868630755e 100644 (file)
@@ -1,17 +1,25 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 include $(top_srcdir)/src/Common.am
 
-EXTRA_DIST = README COPYING required.m4 negotiate_kerberos_auth.8
+EXTRA_DIST = README required.m4 negotiate_kerberos_auth.8
 SUBDIRS = 
 
 libexec_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test
 
-AM_CPPFLAGS = $(INCLUDES) -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
 
-negotiate_kerberos_auth_SOURCES = negotiate_kerberos_auth.cc
+negotiate_kerberos_auth_SOURCES = negotiate_kerberos_auth.cc negotiate_kerberos_pac.cc negotiate_kerberos.h
 negotiate_kerberos_auth_LDFLAGS = 
 negotiate_kerberos_auth_LDADD = \
        $(top_builddir)/lib/libmiscencoding.la \
        $(COMPAT_LIB) \
+       $(NETTLELIB) \
        $(KRB5LIBS) \
        $(XTRA_LIBS)
 
@@ -20,6 +28,7 @@ negotiate_kerberos_auth_test_LDFLAGS =
 negotiate_kerberos_auth_test_LDADD = \
        $(top_builddir)/lib/libmiscencoding.la \
        $(COMPAT_LIB) \
+       $(NETTLELIB) \
        $(KRB5LIBS) \
        $(XTRA_LIBS)