]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/getpwnam/Makefile.am
Author: Hasso Tepper <hasso@estpak.ee>
[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
9
10libexec_PROGRAMS = getpwname_auth
11
12getpwname_auth_SOURCES = getpwnam_auth.c
13
cc937513 14INCLUDES = \
677de4b3 15 -I$(top_srcdir) \
cc937513
AJ
16 -I$(top_srcdir)/include \
17 -I$(top_srcdir)/src
18
19LDADD = \
52d47aba 20 $(top_builddir)/compat/libcompat.la \
cc937513
AJ
21 -L$(top_builddir)/lib -lmiscutil \
22 $(CRYPTLIB) \
23 $(XTRA_LIBS)