summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-12-22 12:51:43 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2011-12-22 12:51:43 +0100
commit3076a1a6517c7a1af30cf6cfae83178e2bfff45f (patch)
treee7f82b8d9867a068ed4309ad2db4f128128f5c1b
parentea45a8fe36230333831322ba35b47965e05b1f40 (diff)
downloadspice-gtk-3076a1a6517c7a1af30cf6cfae83178e2bfff45f.tar.gz
spice-gtk-3076a1a6517c7a1af30cf6cfae83178e2bfff45f.tar.xz
spice-gtk-3076a1a6517c7a1af30cf6cfae83178e2bfff45f.zip
Only install vala bindings when using --enable-vala
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f3a84be..47948f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,10 @@
ACLOCAL_AMFLAGS = -I m4
NULL =
-SUBDIRS = common gtk po python_modules doc data vapi
+SUBDIRS = common gtk po python_modules doc data
+if WITH_VALA
+SUBDIRS += vapi
+endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \