]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/external_acl/unix_group/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / external_acl / unix_group / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
ca02e0ec
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9
c152a447
AJ
10libexec_PROGRAMS = ext_unix_group_acl
11man_MANS = ext_unix_group_acl.8
5eabe4b4 12EXTRA_DIST = ext_unix_group_acl.8 required.m4
c152a447 13ext_unix_group_acl_SOURCES = check_group.cc
1958420a 14
cc937513 15LDADD = \
25f98340 16 $(top_builddir)/lib/libmiscencoding.la \
c152a447 17 $(COMPAT_LIB) \
3ae8895c 18 $(XTRA_LIBS)