summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-03-30 19:14:53 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-03-30 19:14:53 +0200
commit9add4076d2ec4f4bf33c19ac1a18347dd3bc1d9f (patch)
tree81b69658f0d5d7ac683593a442aa6d58739c1c9b /autogen.sh
parent3271ebe9bc40dc3e018639effaf8c1a82f018398 (diff)
build: fix make dist
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 7650d6b..904c00e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ test -z "$srcdir" && srcdir=.
gtkdocize
autoreconf -v --force --install
intltoolize -f
-if test ! -e gtk/controller/controller.stamp; then
+if test ! -e gtk/controller/controller.vala.stamp; then
enable_vala="--enable-vala"
fi