]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Finish removal of Samba headers
authorhno <>
Fri, 5 Aug 2005 22:14:51 +0000 (22:14 +0000)
committerhno <>
Fri, 5 Aug 2005 22:14:51 +0000 (22:14 +0000)
Makefile.am

index 68c0203b4bc97ca6740168ba91be04b721a55809..b774b9107a5c1a870b92f64921ecbbd30d10d7b7 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 #
-# $Id: Makefile.am,v 1.23 2004/12/20 14:52:07 robertc Exp $
+# $Id: Makefile.am,v 1.24 2005/08/05 16:14:51 hno Exp $
 #
 
 AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5
@@ -11,7 +11,7 @@ DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
 DEFAULT_PINGER         = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'`
 
 dist-hook:
-       @ for subdir in include include/samba/nsswitch; do \
+       @ for subdir in include; do \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \