]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/external_acl/mswin_ad_group/Makefile.am
Windows port: Added new mswin_check_ad_group external ACL helper
[thirdparty/squid.git] / helpers / external_acl / mswin_ad_group / Makefile.am
CommitLineData
9e6e0372
GS
1#
2# Makefile for the Squid Object Cache server
3#
4# $Id: Makefile.am,v 1.1 2008/05/17 10:23:13 serassio Exp $
5#
6# Uncomment and customize the following to suit your needs:
7#
8
9
10libexec_PROGRAMS = mswin_check_ad_group
11
12mswin_check_ad_group_SOURCES = mswin_check_ad_group.c mswin_check_ad_group.h
13
14INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
15
16LDADD = -L$(top_builddir)/lib -lmiscutil -lnetapi32 -ladvapi32 \
17 -lntdll $(XTRA_LIBS)
18
19EXTRA_DIST = readme.txt