X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2FMakefile.am;h=69312fd1a1e36ebd0915e4c18f30e61226621e4a;hb=97e8f346a88eccf4d1608c21d5cc6ee9620c1c41;hp=b81340b476bd09a7ca1dce3230740bda409ab245;hpb=d664ba8f034f1f57a01d1547f27238876e43bcc1;p=collectd.git diff --git a/bindings/Makefile.am b/bindings/Makefile.am index b81340b4..69312fd1 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -7,6 +7,7 @@ endif EXTRA_DIST = perl/Makefile.PL \ perl/lib/Collectd.pm \ perl/lib/Collectd/Unixsock.pm \ + perl/lib/Collectd/Plugins/Monitorus.pm \ perl/lib/Collectd/Plugins/OpenVZ.pm all-local: @PERL_BINDINGS@ @@ -22,7 +23,7 @@ perl: perl/Makefile perl/Makefile: .perl-directory-stamp perl/Makefile.PL \ $(top_builddir)/config.status - cd perl && @PERL@ Makefile.PL PREFIX=$(prefix) @PERL_BINDINGS_OPTIONS@ + cd perl && @PERL@ Makefile.PL INSTALL_BASE=$(prefix) @PERL_BINDINGS_OPTIONS@ .perl-directory-stamp: if test ! -d perl; then \