]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/NIS/Makefile.am
Boilerplate: update copyright blurbs for Basic authentication helpers
[thirdparty/squid.git] / helpers / basic_auth / NIS / Makefile.am
CommitLineData
5b95b903
AJ
1## Copyright (C) 1996-2014 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
5a48ed18
AJ
8include $(top_srcdir)/src/Common.am
9
10## we need our local files too (but avoid -I. at all costs)
01a1acbc 11AM_CPPFLAGS += -I$(srcdir)
5a48ed18
AJ
12
13libexec_PROGRAMS = basic_nis_auth
14
15basic_nis_auth_SOURCES = \
16 basic_nis_auth.cc \
17 nis_support.h \
18 nis_support.cc
19
20basic_nis_auth_LDADD = \
25f98340 21 $(top_builddir)/lib/libmiscencoding.la \
5a48ed18
AJ
22 $(COMPAT_LIB) \
23 $(CRYPTLIB) \
24 $(XTRA_LIBS)
9f3470fb 25
6c387c69 26EXTRA_DIST = required.m4