]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/NIS/Makefile.am
15c115d30404383f875a15476190180afe1b18fa
[thirdparty/squid.git] / helpers / basic_auth / NIS / Makefile.am
1 ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9
10 ## we need our local files too (but avoid -I. at all costs)
11 AM_CPPFLAGS += -I$(srcdir)
12
13 libexec_PROGRAMS = basic_nis_auth
14
15 basic_nis_auth_SOURCES = \
16 basic_nis_auth.cc \
17 nis_support.h \
18 nis_support.cc
19
20 basic_nis_auth_LDADD = \
21 $(top_builddir)/lib/libmiscencoding.la \
22 $(COMPAT_LIB) \
23 $(CRYPTLIB) \
24 $(XTRA_LIBS)
25
26 EXTRA_DIST = required.m4