]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/LDAP/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / LDAP / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 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
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9
428744a1
AJ
10libexec_PROGRAMS = basic_ldap_auth
11man_MANS = basic_ldap_auth.8
6c387c69 12EXTRA_DIST = basic_ldap_auth.8 required.m4
428744a1 13basic_ldap_auth_SOURCES = basic_ldap_auth.cc
a2794549 14
cc937513 15LDADD = \
a1fe225c 16 $(top_builddir)/lib/libmiscencoding.la \
428744a1 17 $(COMPAT_LIB) \
3ae8895c
A
18 $(LDAPLIB) \
19 $(LBERLIB)