X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=bindings%2FMakefile.am;h=facb91581bad21e1960df623c301a08da5897483;hb=84aa7ec53165be023cfed654463804a77a986c2a;hp=79496c63545976c2487caa63ec6ee2f5a4447a53;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b;p=rrdtool.git diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 79496c6..facb915 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,12 +1,12 @@ 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 install-data-local: - ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs + ../config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs