]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/getpwnam/Makefile.am
Add omitted DB/config.test
[thirdparty/squid.git] / helpers / basic_auth / getpwnam / Makefile.am
CommitLineData
a2794549 1#
2# Makefile for the Squid Object Cache server
3#
cc937513 4# $Id$
a2794549 5#
6# Uncomment and customize the following to suit your needs:
7#
8
189f1e66 9include $(top_srcdir)/src/Common.am
a2794549 10
11libexec_PROGRAMS = getpwname_auth
12
13getpwname_auth_SOURCES = getpwnam_auth.c
14
189f1e66
AJ
15## we need our local files too (but avoid -I. at all costs)
16INCLUDES += -I$(srcdir)
cc937513
AJ
17
18LDADD = \
52d47aba 19 $(top_builddir)/compat/libcompat.la \
cc937513
AJ
20 -L$(top_builddir)/lib -lmiscutil \
21 $(CRYPTLIB) \
22 $(XTRA_LIBS)