]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/ntlm_auth/winbind/Makefile.am
Import of fix-ranges branch
[thirdparty/squid.git] / helpers / ntlm_auth / winbind / Makefile.am
CommitLineData
ff84874e 1#
2# Makefile for the Squid Object Cache server
3#
528b2c61 4# $Id: Makefile.am,v 1.6 2003/01/23 00:36:40 robertc Exp $
ff84874e 5#
6
7libexec_PROGRAMS = wb_ntlmauth
de7f4a30 8wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h
897c8073 9EXTRA_DIST = \
10 patches/wb_common.patch \
11 patches/winbind_nss_config.patch
ff84874e 12INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
13 -I$(top_srcdir)/src
2e63945c 14LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth $(XTRA_LIBS)