]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/SSPI/Makefile.am
Merge from trunk rev.13584
[thirdparty/squid.git] / helpers / basic_auth / SSPI / Makefile.am
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
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 if ENABLE_WIN32SPECIFIC
14 libexec_PROGRAMS = basic_sspi_auth
15 endif
16
17 basic_sspi_auth_SOURCES = \
18 basic_sspi_auth.cc \
19 valid.cc valid.h
20 basic_sspi_auth_CXXFLAGS = -Wl,--enable-auto-import
21 basic_sspi_auth_LDADD = \
22 $(COMPAT_LIB) \
23 -L$(top_builddir)/lib \
24 -lsspwin32 \
25 -lmiscencoding \
26 -lnetapi32 -ladvapi32 \
27 $(XTRA_LIBS)
28
29 man_MANS = basic_sspi_auth.8
30 EXTRA_DIST = basic_sspi_auth.8 required.m4