]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/negotiate_auth/wrapper/Makefile.am
merge from trunk
[thirdparty/squid.git] / helpers / negotiate_auth / wrapper / Makefile.am
1 include $(top_srcdir)/src/Common.am
2
3 EXTRA_DIST = required.m4
4
5 libexec_PROGRAMS = negotiate_wrapper_auth
6
7 negotiate_wrapper_auth_SOURCES = negotiate_wrapper.cc
8 negotiate_wrapper_auth_LDADD = \
9 $(top_builddir)/lib/libmiscencoding.la \
10 $(COMPAT_LIB) \
11 $(NETTLELIB) \
12 $(XTRA_LIBS)