]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Wed, 12 Feb 2003 09:00:35 +0000 (09:00 +0000)
committerhno <>
Wed, 12 Feb 2003 09:00:35 +0000 (09:00 +0000)
Makefile.am
Makefile.in

index bb548ffce2dd6ab93d905d4851d5884c35de9892..a589e2dfc532b6691b4ae9e13688c0d52c8fcf34 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 #
-# $Id: Makefile.am,v 1.19 2003/02/11 14:34:30 hno Exp $
+# $Id: Makefile.am,v 1.20 2003/02/12 02:00:35 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)/pinger$(EXEEXT)
 
 dist-hook:
-       @ for subdir in "include include/samba/nsswitch"; do \
+       @ for subdir in include include/samba/nsswitch; do \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \
@@ -37,7 +37,8 @@ EXTRA_DIST = \
        QUICKSTART \
        README \
        SPONSORS \
-       bootstrap.sh
+       bootstrap.sh \
+       include/samba/README.txt
 
 install-pinger:
        chown root $(DEFAULT_PINGER) 
index 4dc647d388cd7fc3c4e58c244706a2c225f8f5a4..57b8b2f201369b0ac3386d94b281f043356d5968 100644 (file)
@@ -14,7 +14,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.43 2003/02/12 01:10:52 hno Exp $
+# $Id: Makefile.in,v 1.44 2003/02/12 02:00:35 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -136,7 +136,8 @@ EXTRA_DIST = \
        QUICKSTART \
        README \
        SPONSORS \
-       bootstrap.sh
+       bootstrap.sh \
+       include/samba/README.txt
 
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -302,7 +303,7 @@ GZIP_ENV = --best
 distdir: $(DISTFILES)
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
        mkdir $(distdir)
-       $(mkinstalldirs) $(distdir)/./include $(distdir)/cfgaux $(distdir)/scripts
+       $(mkinstalldirs) $(distdir)/./include $(distdir)/cfgaux $(distdir)/include/samba $(distdir)/scripts
        @for file in $(DISTFILES); do \
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
@@ -468,7 +469,7 @@ uninstall-info: uninstall-info-recursive
 
 
 dist-hook:
-       @ for subdir in "include include/samba/nsswitch"; do \
+       @ for subdir in include include/samba/nsswitch; do \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \