]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/YP/Makefile.am
Detach automke system from using -I.
[thirdparty/squid.git] / helpers / basic_auth / YP / Makefile.am
CommitLineData
a2794549 1#
2# Makefile for the Squid Object Cache server
3#
cc937513 4# $Id$
a2794549 5#
6#
7
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9
a2794549 10libexec_PROGRAMS = yp_auth
449e3a26 11yp_auth_SOURCES = yp_auth.c nis_support.h nis_support.c
cc937513 12
189f1e66
AJ
13## we need our local files too (but avoid -I. at all costs)
14INCLUDES += -I$(srcdir)
cc937513
AJ
15
16LDADD = \
52d47aba 17 $(top_builddir)/compat/libcompat.la \
cc937513
AJ
18 -L$(top_builddir)/lib -lmiscutil \
19 $(CRYPTLIB) \
20 $(XTRA_LIBS)