summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c4bc5aa)
raw | patch | inline | side by side (parent: c4bc5aa)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 13 Nov 2007 23:00:05 +0000 (00:00 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 14 Nov 2007 10:37:22 +0000 (11:37 +0100) |
Any configuration changes should be forwarded to the perl bindings. This patch
will cause perl/Makefile to be recreated after a rerun of the configure
script.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
will cause perl/Makefile to be recreated after a rerun of the configure
script.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
bindings/Makefile.am | patch | blob | history |
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 37e31ea19b0013672da7d4b7f79c9637630a3fc4..45735722771da84483bc8ac17cbdf18e04a8c54a 100644 (file)
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
-EXTRA_DIST = perl/Collectd.pm perl/Makefile.PL perl/Collectd/Makefile.PL perl/Collectd/Unixsock.pm
+EXTRA_DIST = perl/Collectd.pm perl/Makefile.PL perl/Collectd/Makefile.PL \
+ perl/Collectd/Unixsock.pm
all-local: @PERL_BINDINGS@
perl: perl/Makefile
$(MAKE) -C perl
-perl/Makefile: perl/Makefile.PL perl/Collectd/Makefile.PL
+perl/Makefile: perl/Makefile.PL perl/Collectd/Makefile.PL \
+ $(top_builddir)/config.status
cd perl && @PERL@ Makefile.PL PREFIX=$(prefix) @PERL_BINDINGS_OPTIONS@
.PHONY: perl