summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cc60f9f8f..c4b4989f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,3 +17,8 @@ rpm: dist
@rm -f $(PACKAGE)-$(VERSION).tar.gz
ACLOCAL_AMFLAGS = -I m4
+
+LIBTOOL_DEPS = @LIBTOOL_DEPS@
+libtool: $(LIBTOOL_DEPS)
+ $(SHELL) ./config.status --recheck
+