aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-20 00:02:09 -0500
committerTed Gould <ted@gould.cx>2011-09-20 00:02:09 -0500
commitc808cc90d518f9b010d937a13a8db0e8018fa9fd (patch)
tree27f576440a677c19c7610a408b27ee70b5d5e4d9 /libdbusmenu-gtk/Makefile.am
parent549dcbddf1b835ba18a259f15669a29d9660ccf3 (diff)
parent451acabd0340c1f0196ec0fe8a6ef62ead4e77f9 (diff)
downloadlibdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.tar.gz
libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.tar.bz2
libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.zip
Import upstream version 0.4.94
Diffstat (limited to 'libdbusmenu-gtk/Makefile.am')
-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