]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/NCSA/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / NCSA / Makefile.am
index d89f6ee3663152ee12078175ba8d4b95746c6e0b..3dcf1c829df68bbec2134a3684bf3008bc11e671 100644 (file)
@@ -1,16 +1,24 @@
+## 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
 
 libexec_PROGRAMS       = basic_ncsa_auth
 basic_ncsa_auth_SOURCES        = basic_ncsa_auth.cc crypt_md5.cc crypt_md5.h
 man_MANS               = basic_ncsa_auth.8
-EXTRA_DIST             = basic_ncsa_auth.8 config.test
+EXTRA_DIST             = basic_ncsa_auth.8 required.m4
 LDADD = \
        $(top_builddir)/lib/libmisccontainers.la \
        $(top_builddir)/lib/libmiscencoding.la \
        $(COMPAT_LIB) \
+       $(NETTLELIB) \
        $(CRYPTLIB) \
        $(SSLLIB) \
        $(XTRA_LIBS)
 
 ## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)