]> 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 b1ac089b841df9d69a8ca2090c2625a69ed90694..7f378453a0c4c4bb719b2d8967083fa3e5612cfd 100644 (file)
@@ -1,22 +1,17 @@
-#
-#  Makefile for the Squid LDAP authentication helper
-#
-#  $Id$
-#
-#  Uncomment and customize the following to suit your needs:
-#
+## 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.
+##
 
-libexec_PROGRAMS               = squid_session
-man_MANS                       = squid_session.8
-EXTRA_DIST                     = squid_session.8
-squid_session_SOURCES          = squid_session.c
+include $(top_srcdir)/src/Common.am
 
-INCLUDES = \
-       -I$(top_srcdir) \
-       -I. \
-       -I$(top_builddir)/include \
-       -I$(top_srcdir)/include
+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 = \
-       -L$(top_builddir)/compat/libcompat.la \
-       @LIB_DB@
+       $(COMPAT_LIB) \
+       $(LIB_DB)