]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/ntlm_auth/fakeauth/Makefile.am
Detach automke system from using -I.
[thirdparty/squid.git] / helpers / ntlm_auth / fakeauth / Makefile.am
1 #
2 # Makefile for the Squid Object Cache server
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 libexec_PROGRAMS = fakeauth_auth
12 fakeauth_auth_SOURCES = fakeauth_auth.c ntlm.h
13
14 ## we need our local files too (but avoid -I. at all costs)
15 INCLUDES += -I$(srcdir)
16
17 LDADD = \
18 $(top_builddir)/compat/libcompat.la \
19 -L$(top_builddir)/lib -lmiscutil \
20 $(CRYPTLIB) \
21 $(XTRA_LIBS)