From 3875fdeed389b260ea6c36aaeb89979c23a543e9 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 14 Nov 2007 00:00:05 +0100 Subject: [PATCH] bindings/Makefile.am: perl/Makefile depends on config.status. 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 --- bindings/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 37e31ea1..45735722 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,4 +1,5 @@ -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@ @@ -11,7 +12,8 @@ clean-local: 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 -- 2.11.0