Code

I was just taking a look at the development RRDtool build (I'm looking
[rrdtool-all.git] / program / bindings / Makefile.am
index d2eaad343ed20f301fdc2275b603dbfa4614b61d..facb91581bad21e1960df623c301a08da5897483 100644 (file)
@@ -1,7 +1,7 @@
 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 = $(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