From: Amos Jeffries Date: Fri, 13 Aug 2010 12:11:07 +0000 (+1200) Subject: dist ext_kerberos_ldap_group_acl helper X-Git-Tag: take1~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1487038a63976a503c9a2b9da27644af2ce99d92;p=thirdparty%2Fsquid.git dist ext_kerberos_ldap_group_acl helper --- diff --git a/helpers/external_acl/Makefile.am b/helpers/external_acl/Makefile.am index 21235b56a5..1256ec95ed 100644 --- a/helpers/external_acl/Makefile.am +++ b/helpers/external_acl/Makefile.am @@ -1,2 +1,12 @@ -DIST_SUBDIRS = AD_group eDirectory_userip file_userip LDAP_group LM_group session unix_group wbinfo_group -SUBDIRS = $(EXTERNAL_ACL_HELPERS) +DIST_SUBDIRS= \ + AD_group \ + eDirectory_userip \ + file_userip \ + kerberos_ldap_group \ + LDAP_group \ + LM_group \ + session \ + unix_group \ + wbinfo_group + +SUBDIRS=$(EXTERNAL_ACL_HELPERS)