aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
diff options
context:
space:
mode:
authorDennis Schridde <devurandom@gmx.net>2011-09-19 23:39:39 -0500
committerTed Gould <ted@gould.cx>2011-09-19 23:39:39 -0500
commit21afbd946557e93304bdb34199d62594f365799f (patch)
treed54c544620faae8947cfd1f1366c0cbb28fbe612 /libdbusmenu-gtk
parent3ea5f5573cc0f0f34591ee12b92d789bf624d784 (diff)
downloadlibdbusmenu-21afbd946557e93304bdb34199d62594f365799f.tar.gz
libdbusmenu-21afbd946557e93304bdb34199d62594f365799f.tar.bz2
libdbusmenu-21afbd946557e93304bdb34199d62594f365799f.zip
Making it so that the Vala build is optional
Diffstat (limited to 'libdbusmenu-gtk')
-rw-r--r--libdbusmenu-gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/Makefile.am b/libdbusmenu-gtk/Makefile.am
index 4ec464b..b4564d1 100644
--- a/libdbusmenu-gtk/Makefile.am
+++ b/libdbusmenu-gtk/Makefile.am
@@ -144,6 +144,7 @@ endif
# VAPI Files
#########################
+if HAVE_VALA
if HAVE_INTROSPECTION
vapidir = $(datadir)/vala/vapi
@@ -167,4 +168,5 @@ DbusmenuGtk$(VER)-0.4.tmp.gir: DbusmenuGtk$(VER)-0.4.gir
CLEANFILES += $(vapi_DATA) DbusmenuGtk$(VER)-0.4.tmp.gir
endif
+endif