X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=bindings%2FMakefile.am;h=facb91581bad21e1960df623c301a08da5897483;hb=55e9b0c9f6eaa8a35d7a2e0578cdebd6032fdd19;hp=b76d3a42fcf3c77685e72dd37f6c5b54c9d757b6;hpb=8043368de52df14a82062052b96d30da733488d2;p=rrdtool.git diff --git a/bindings/Makefile.am b/bindings/Makefile.am index b76d3a4..facb915 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = tcl # the following files are not mentioned in any other Makefile -EXTRA_DIST = `cat perl-*/MANIFEST` +EXTRA_DIST = $(shell for A in $(srcdir)/perl-*; do cat $$A/MANIFEST | sed -e s,^,$$A/, ; done) # lets schedule the perl stuff for installation # the special call to install-sh is because the -d switch is not portable