Module Name:    othersrc
Committed By:   lukem
Date:           Mon Jan  4 05:46:29 UTC 2010

Modified Files:
        othersrc/libexec/tnftpd/libnetbsd: Makefile.am
        othersrc/libexec/tnftpd/ls: Makefile.am
        othersrc/libexec/tnftpd/src: Makefile.am

Log Message:
Distribute various files not shipped by default automake rules.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/libexec/tnftpd/libnetbsd/Makefile.am
cvs rdiff -u -r1.2 -r1.3 othersrc/libexec/tnftpd/ls/Makefile.am
cvs rdiff -u -r1.2 -r1.3 othersrc/libexec/tnftpd/src/Makefile.am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/libexec/tnftpd/libnetbsd/Makefile.am
diff -u othersrc/libexec/tnftpd/libnetbsd/Makefile.am:1.1 othersrc/libexec/tnftpd/libnetbsd/Makefile.am:1.2
--- othersrc/libexec/tnftpd/libnetbsd/Makefile.am:1.1	Sat Nov  7 09:54:23 2009
+++ othersrc/libexec/tnftpd/libnetbsd/Makefile.am	Mon Jan  4 05:46:29 2010
@@ -1,13 +1,18 @@
-## $NetBSD: Makefile.am,v 1.1 2009/11/07 09:54:23 lukem Exp $
+## $NetBSD: Makefile.am,v 1.2 2010/01/04 05:46:29 lukem Exp $
 
 noinst_LTLIBRARIES = libnetbsd.la
 
 libnetbsd_la_SOURCES =
 
-
 CPPFLAGS = \
 	-I$(srcdir) \
 	-I$(top_srcdir) \
 	-I$(top_builddir)
 
 libnetbsd_la_LIBADD = $(LTLIBOBJS)
+
+EXTRA_DIST = \
+	arpa_ftp.h \
+	ftpfnmatch.h \
+	ftpfts.h \
+	ftpglob.h

Index: othersrc/libexec/tnftpd/ls/Makefile.am
diff -u othersrc/libexec/tnftpd/ls/Makefile.am:1.2 othersrc/libexec/tnftpd/ls/Makefile.am:1.3
--- othersrc/libexec/tnftpd/ls/Makefile.am:1.2	Sat Nov  7 10:56:26 2009
+++ othersrc/libexec/tnftpd/ls/Makefile.am	Mon Jan  4 05:46:29 2010
@@ -1,11 +1,15 @@
-## $NetBSD: Makefile.am,v 1.2 2009/11/07 10:56:26 lukem Exp $
+## $NetBSD: Makefile.am,v 1.3 2010/01/04 05:46:29 lukem Exp $
 
 noinst_LTLIBRARIES = libls.la
 
 libls_la_SOURCES =
 
 if ENABLE_INTERNAL_LS
-libls_la_SOURCES += cmp.c ls.c print.c util.c
+libls_la_SOURCES += \
+	cmp.c \
+	ls.c \
+	print.c \
+	util.c
 endif
 
 libls_la_CPPFLAGS = \
@@ -17,3 +21,7 @@
 
 libls_la_LIBADD = \
 	../libnetbsd/libnetbsd.la
+
+EXTRA_DIST = \
+	extern.h \
+	ls.h

Index: othersrc/libexec/tnftpd/src/Makefile.am
diff -u othersrc/libexec/tnftpd/src/Makefile.am:1.2 othersrc/libexec/tnftpd/src/Makefile.am:1.3
--- othersrc/libexec/tnftpd/src/Makefile.am:1.2	Sat Nov  7 10:56:02 2009
+++ othersrc/libexec/tnftpd/src/Makefile.am	Mon Jan  4 05:46:29 2010
@@ -1,4 +1,4 @@
-## $NetBSD: Makefile.am,v 1.2 2009/11/07 10:56:02 lukem Exp $
+## $NetBSD: Makefile.am,v 1.3 2010/01/04 05:46:29 lukem Exp $
 
 libexec_PROGRAMS = tnftpd
 
@@ -21,7 +21,6 @@
 	../libnetbsd/libnetbsd.la \
 	../ls/libls.la
 
-
 man5_MANS = \
 	ftpd.conf.man \
 	ftpusers.man
@@ -41,3 +40,13 @@
 
 .manin.man:
 	${seddotin} $< > $@
+
+EXTRA_DIST = \
+	extern.h \
+	ftpd.conf.manin \
+	ftpusers.manin \
+	logutmp.c \
+	logwtmp.c \
+	pathnames.h \
+	tnftpd.manin \
+	version.h

Reply via email to