we don't need to package all that automake stuff anymore
authorMatthias Braun <matze@braunis.de>
Thu, 25 Nov 2004 15:57:14 +0000 (15:57 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 25 Nov 2004 15:57:14 +0000 (15:57 +0000)
SVN-Revision: 2191

Jamfile

diff --git a/Jamfile b/Jamfile
index a63ed8f..49f762a 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -7,8 +7,6 @@ SubInclude TOP data ;
 
 UseAutoconf ;
 
-# for now...
-Package INSTALL NEWS README COPYING AUTHORS ChangeLog ABOUT-NLS depcomp 
-        install-sh mkinstalldirs missing ;
+# add some additional files to package
+Package INSTALL NEWS README COPYING AUTHORS ChangeLog ;
 
-Package Makefile.am src/Makefile.am lib/Makefile.am data/Makefile.am ;