]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/NIS/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / basic / NIS / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
5b95b903
AJ
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
5a48ed18
AJ
10libexec_PROGRAMS = basic_nis_auth
11
03901cf8 12basic_nis_auth_SOURCES= \
5a48ed18
AJ
13 basic_nis_auth.cc \
14 nis_support.h \
15 nis_support.cc
16
03901cf8 17basic_nis_auth_LDADD= \
25f98340 18 $(top_builddir)/lib/libmiscencoding.la \
5a48ed18
AJ
19 $(COMPAT_LIB) \
20 $(CRYPTLIB) \
21 $(XTRA_LIBS)
9f3470fb 22
6c387c69 23EXTRA_DIST = required.m4