]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/external_acl/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / external_acl / Makefile.am
old mode 100755 (executable)
new mode 100644 (file)
index 94550ed..22ceb46
@@ -1,7 +1,22 @@
-#  Makefile for storage modules in the Squid Object Cache server
-#
-#  $Id: Makefile.am,v 1.6 2006/03/19 01:30:30 hno Exp $
-#
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
 
-DIST_SUBDIRS   = ip_user ldap_group mswin_ad_group mswin_lm_group session unix_group wbinfo_group
-SUBDIRS                = @EXTERNAL_ACL_HELPERS@
+DIST_SUBDIRS= \
+       AD_group \
+       delayer \
+       eDirectory_userip \
+       file_userip \
+       kerberos_ldap_group \
+       LDAP_group \
+       LM_group \
+       session \
+       SQL_session \
+       time_quota \
+       unix_group \
+       wbinfo_group
+
+SUBDIRS=$(EXTERNAL_ACL_HELPERS)