]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/external_acl/unix_group/Makefile.am
Distribute the config.test files for all helpers
[thirdparty/squid.git] / helpers / external_acl / unix_group / Makefile.am
1 include $(top_srcdir)/src/Common.am
2
3 ## we need our local files too (but avoid -I. at all costs)
4 INCLUDES += -I$(srcdir)
5
6
7 libexec_PROGRAMS = squid_unix_group
8 man_MANS = squid_unix_group.8
9 EXTRA_DIST = squid_unix_group.8 config.test
10 squid_unix_group_SOURCES = check_group.c
11
12 LDADD = \
13 $(top_builddir)/compat/libcompat.la \
14 -L$(top_builddir)/lib -lmiscutil \
15 $(XTRA_LIBS)