]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/external_acl/session/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / external_acl / session / Makefile.am
index 36cc2872d49eb5174bef082dcb8f6a637d6eb501..7f378453a0c4c4bb719b2d8967083fa3e5612cfd 100644 (file)
@@ -1,14 +1,17 @@
-include $(top_srcdir)/src/Common.am
-
-## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+## 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
 
-libexec_PROGRAMS               = squid_session
-man_MANS                       = squid_session.8
-EXTRA_DIST                     = squid_session.8 config.test
-squid_session_SOURCES          = squid_session.c
+libexec_PROGRAMS               = ext_session_acl
+man_MANS                       = ext_session_acl.8
+EXTRA_DIST                     = ext_session_acl.8 required.m4
+ext_session_acl_SOURCES                = ext_session_acl.cc
 
 LDADD = \
-       $(top_builddir)/compat/libcompat.la \
+       $(COMPAT_LIB) \
        $(LIB_DB)