From: ntfreak at B. <nt...@ma...> - 2009-01-16 13:48:01
|
Author: ntfreak Date: 2009-01-16 13:48:00 +0100 (Fri, 16 Jan 2009) New Revision: 1332 Modified: trunk/Makefile.am Log: - add guess-rev.sh and contrib/libdcc to dist Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2009-01-16 10:48:55 UTC (rev 1331) +++ trunk/Makefile.am 2009-01-16 12:48:00 UTC (rev 1332) @@ -2,4 +2,12 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 +EXTRA_DIST = guess-rev.sh + +nobase_dist_pkgdata_DATA = \ + contrib/libdcc/dcc_stdio.c \ + contrib/libdcc/dcc_stdio.h \ + contrib/libdcc/example.c \ + contrib/libdcc/README + SUBDIRS = src doc |