]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/NCSA/Makefile.am
Merged in the squid-amake branch from sourceforge.
[thirdparty/squid.git] / helpers / basic_auth / NCSA / Makefile.am
1 #
2 # Makefile for the Squid Object Cache server
3 #
4 # $Id: Makefile.am,v 1.1 2001/08/31 11:19:16 robertc Exp $
5 #
6 # Uncomment and customize the following to suit your needs:
7 #
8
9 libexec_PROGRAMS = ncsa_auth
10 ncsa_auth_SOURCES = ncsa_auth.c
11 LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
12 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
13 -I$(top_srcdir)/src/