]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/AD_group/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / external / AD_group / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
ca02e0ec
AJ
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
c152a447 8include $(top_srcdir)/src/Common.am
9e6e0372 9
c152a447 10libexec_PROGRAMS = ext_ad_group_acl
c152a447 11man_MANS = ext_ad_group_acl.8
9e6e0372 12
e046643f
AJ
13ext_ad_group_acl_SOURCES = ext_ad_group_acl.cc
14
9fa76e99
AJ
15#
16# Currently activeds and adsiid libraries are not available on MinGW or Cygwin,
17# so the following library list is just a placeholder for future MinGW/Cygwin releases.
18# This helper can be compiled only using Microsoft Visual Studio.
5eabe4b4 19# TODO: test for these libraries in required.m4
9fa76e99 20#
e046643f 21ext_ad_group_acl_LDADD = \
c152a447 22 $(COMPAT_LIB) \
cc937513
AJ
23 -lnetapi32 \
24 -ladvapi32 \
9fa76e99
AJ
25 -lole32 \
26 -loleaut32 \
cc937513 27 -lntdll \
9fa76e99
AJ
28 -lactiveds \
29 -ladsiid \
cc937513 30 $(XTRA_LIBS)
9e6e0372 31
5eabe4b4 32EXTRA_DIST = required.m4 ext_ad_group_acl.8