## 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
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 \
QUICKSTART \
README \
SPONSORS \
- bootstrap.sh
+ bootstrap.sh \
+ include/samba/README.txt
install-pinger:
chown root $(DEFAULT_PINGER)
@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@
QUICKSTART \
README \
SPONSORS \
- bootstrap.sh
+ bootstrap.sh \
+ include/samba/README.txt
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
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,/[^/]*$$,,'`; \
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 \