]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/external_acl/mswin_lm_group/Makefile.am
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / helpers / external_acl / mswin_lm_group / Makefile.am
1 #
2 # Makefile for the Squid Object Cache server
3 #
4 # $Id$
5 #
6 # Uncomment and customize the following to suit your needs:
7 #
8
9
10 libexec_PROGRAMS = mswin_check_lm_group
11
12 mswin_check_lm_group_SOURCES = win32_check_group.c win32_check_group.h
13
14 INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
15
16 LDADD = -L$(top_builddir)/lib -lmiscutil -lnetapi32 -ladvapi32 \
17 -lntdll $(XTRA_LIBS)
18
19 EXTRA_DIST = readme.txt