diff Makefile.am @ 440:44a018ea578c

2004-3-19 Brian Masney <masneyb@gftp.org> * debian/gftp-text.prerm - missing debian package file * Makefile.am - updated with EXTRA_DIST variable with the list of the Debian package files
author masneyb
date Sat, 20 Mar 2004 18:48:40 +0000
parents 7d7d8299610d
children 44961d0159ed
line wrap: on
line diff
--- a/Makefile.am	Sat Mar 20 18:42:27 2004 +0000
+++ b/Makefile.am	Sat Mar 20 18:48:40 2004 +0000
@@ -2,10 +2,14 @@
 
 SUBDIRS= docs intl lib po src
 EXTRA_DIST= config.rpath mkinstalldirs ChangeLog-old README THANKS TODO \
-	gftp.spec.in debian/changelog debian/control debian/copyright \
-	debian/dirs debian/docs debian/menu debian/rules
+ gftp.spec.in debian/changelog debian/compat debian/control debian/copyright \
+ debian/gftp-common.dirs debian/gftp-common.docs debian/gftp-common.install \
+ debian/gftp-gtk.install debian/gftp-gtk.links debian/gftp-gtk.menu \
+ debian/gftp-text.install debian/gftp-text.links debian/gftp-text.postinst \
+ debian/gftp-text.prerm debian/rules
 
 dist-hook:
 	cp gftp.spec $(distdir)     
 
 ACLOCAL_AMFLAGS = -I m4
+