]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/negotiate_auth/wrapper/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / negotiate_auth / wrapper / Makefile.am
index c2544fef4b86706e248e5ffd1e8dd7e880dd2a9a..4c257c52df7a9640f9bb8595b452b81f4db6424e 100644 (file)
@@ -1,6 +1,13 @@
+## Copyright (C) 1996-2014 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 = config.test
+EXTRA_DIST = required.m4
 
 libexec_PROGRAMS = negotiate_wrapper_auth
 
@@ -8,4 +15,5 @@ negotiate_wrapper_auth_SOURCES = negotiate_wrapper.cc
 negotiate_wrapper_auth_LDADD = \
        $(top_builddir)/lib/libmiscencoding.la \
        $(COMPAT_LIB) \
+       $(NETTLELIB) \
        $(XTRA_LIBS)