]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/external_acl/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / external_acl / Makefile.am
index 339e55266c657f4ef1d769761b5f123e0ccf0887..22ceb46d7c1cecf972b8a12143766a565c330d20 100644 (file)
@@ -1,7 +1,22 @@
-#  Makefile for storage modules in the Squid Object Cache server
-#
-#  $Id: Makefile.am,v 1.1 2002/07/06 12:23:13 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 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)