aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-03-05 14:57:22 +0100
committerTobias Brunner <tobias@strongswan.org>2010-03-05 14:59:29 +0100
commit3bcfb271a322bc7c2d98dc691eb06a47e0cd3185 (patch)
treee39596b967aee442078754c88e4b4ef2241f903c /Makefile.am
parentd6731a0f2663e3d2dff713f4e86147c8794b75ea (diff)
downloadstrongswan-3bcfb271a322bc7c2d98dc691eb06a47e0cd3185.tar.bz2
strongswan-3bcfb271a322bc7c2d98dc691eb06a47e0cd3185.tar.xz
Make Android.mk depend on configure.in, so it gets rebuilt if the version number got changed.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index da79e557c..6ed121f67 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ CLEANFILES = apidoc Doxyfile
BUILT_SOURCES = Android.mk
MAINTAINERCLEANFILES = Android.mk
-Android.mk : Android.mk.in
+Android.mk : Android.mk.in configure.in
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
$(srcdir)/$@.in > $@