From: hno <> Date: Fri, 5 Aug 2005 22:14:51 +0000 (+0000) Subject: Finish removal of Samba headers X-Git-Tag: SQUID_3_0_PRE4~692 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdc4f5f90b020e5b94bdc517f89affc3b6b2bb26;p=thirdparty%2Fsquid.git Finish removal of Samba headers --- diff --git a/Makefile.am b/Makefile.am index 68c0203b4b..b774b9107a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \