From: oetiker Date: Wed, 6 Apr 2005 23:58:41 +0000 (+0000) Subject: prep for 1.2rc4 release X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=6e16eb8ef5713175dc143d436f55b8afa08ac4a6 prep for 1.2rc4 release git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@366 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 174a816..387a6ec 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS = tcl # the following files are not mentioned in any other Makefile -EXTRA_DIST = $(shell for A in perl-*; do cat $$A/MANIFEST | sed -e "s,^,$$A/," ; done) +EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL perl-piped/RRDp.pm perl-piped/t/base.t \ + perl-shared/ntmake.pl perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.xs perl-shared/t/base.t + # add the following to the all target all-local: @COMP_PERL@