]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Also dist winbind_group/readme.txt. Contains vital information on
authorhno <>
Wed, 11 Sep 2002 04:22:27 +0000 (04:22 +0000)
committerhno <>
Wed, 11 Sep 2002 04:22:27 +0000 (04:22 +0000)
how to use the helper.

helpers/external_acl/winbind_group/Makefile.am

index 60b1d5f43f3a9351ad3ea112419d12f3a91cbb8f..a54369a6ac394d71530ffeff6ce159de87abd15e 100755 (executable)
@@ -1,11 +1,12 @@
 #
 #  Makefile for the wb_group external_acl helper
 #
-#  $Id: Makefile.am,v 1.2 2002/07/07 21:25:35 hno Exp $
+#  $Id: Makefile.am,v 1.3 2002/09/10 22:22:27 hno Exp $
 #
 
 libexec_PROGRAMS = wb_group
 wb_group_SOURCES = wb_check_group.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h
+EXTRA_DIST = readme.txt
 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
     -I$(top_srcdir)/src
 LDADD = -L$(top_builddir)/lib $(XTRA_LIBS)