]> 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 9586946fd15eb49bf3fff2433c1bbf1b2c78a071..3dcf1c829df68bbec2134a3684bf3008bc11e671 100644 (file)
@@ -1,3 +1,10 @@
+## 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
@@ -8,9 +15,10 @@ 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)