Code

misc fixes to get rrdtool working without included libraries.
[rrdtool.git] / bindings / Makefile.am
index facb91581bad21e1960df623c301a08da5897483..d2eaad343ed20f301fdc2275b603dbfa4614b61d 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS = tcl
 
 # the following files are not mentioned in any other Makefile
-EXTRA_DIST = $(shell for A in $(srcdir)/perl-*; do cat $$A/MANIFEST | sed -e s,^,$$A/, ; done)
+EXTRA_DIST = $(shell for A in 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