]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/external_acl/unix_group/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / external_acl / unix_group / Makefile.am
1 #
2 # Makefile for the Squid LDAP authentication helper
3 #
4 # $Id$
5 #
6 # Uncomment and customize the following to suit your needs:
7 #
8
9 include $(top_srcdir)/src/Common.am
10
11 ## we need our local files too (but avoid -I. at all costs)
12 INCLUDES += -I$(srcdir)
13
14
15 libexec_PROGRAMS = squid_unix_group
16 man_MANS = squid_unix_group.8
17 EXTRA_DIST = squid_unix_group.8
18 squid_unix_group_SOURCES = check_group.c
19
20 LDADD = \
21 $(top_builddir)/compat/libcompat.la \
22 -L$(top_builddir)/lib -lmiscutil \
23 $(XTRA_LIBS)