]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/external_acl/unix_group/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / external_acl / unix_group / Makefile.am
index 3fb066105c0b9009e9da004e3bc4e319de65eac6..bcb16bba574f48dfb64ae2611792d29fcfe0331d 100644 (file)
@@ -1,23 +1,18 @@
-#
-#  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_unix_group
-man_MANS                       = squid_unix_group.8
-EXTRA_DIST                     = squid_unix_group.8
-squid_unix_group_SOURCES       = check_group.c
+include $(top_srcdir)/src/Common.am
 
-INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
-       -I. \
-       -I$(top_builddir)/include \
-       -I$(top_srcdir)/include
+libexec_PROGRAMS               = ext_unix_group_acl
+man_MANS                       = ext_unix_group_acl.8
+EXTRA_DIST                     = ext_unix_group_acl.8 required.m4
+ext_unix_group_acl_SOURCES     = check_group.cc
 
 LDADD = \
-       -L$(top_builddir)/libsquid-compat/libsquid-compat.la \
-       -L$(top_builddir)/lib -lmiscutil \
-       @XTRA_LIBS@
+       $(top_builddir)/lib/libmiscencoding.la \
+       $(COMPAT_LIB) \
+       $(XTRA_LIBS)