]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/negotiate/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / negotiate / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
bbc27441
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
616cfc4c
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
16c02b14
AJ
11DIST_SUBDIRS= kerberos SSPI wrapper
12SUBDIRS= $(NEGOTIATE_AUTH_HELPERS)
13EXTRA_DIST= helpers.m4
14
616cfc4c
AJ
15noinst_LTLIBRARIES = libnegotiate.la
16
17libnegotiate_la_SOURCES = \
18 Scheme.cc \
19 Scheme.h \
12daeef6
AJ
20 Config.cc \
21 Config.h \
aa110616
AJ
22 User.cc \
23 User.h \
616cfc4c
AJ
24 UserRequest.cc \
25 UserRequest.h