aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-20 00:03:25 -0500
committerTed Gould <ted@gould.cx>2011-09-20 00:03:25 -0500
commitfe5eed009fa38e9855fc3260967fcdaffe9d2ef0 (patch)
treef9c0327c928a40bc0c85209c6eb478b296adf4fe /libdbusmenu-glib/Makefile.am
parent0fca4c859e42bf3cafc6fa449dac3122996ed0c6 (diff)
parentc808cc90d518f9b010d937a13a8db0e8018fa9fd (diff)
downloadlibdbusmenu-fe5eed009fa38e9855fc3260967fcdaffe9d2ef0.tar.gz
libdbusmenu-fe5eed009fa38e9855fc3260967fcdaffe9d2ef0.tar.bz2
libdbusmenu-fe5eed009fa38e9855fc3260967fcdaffe9d2ef0.zip
New upstream release.
∘ Protect functions from NULL submenus (LP: #803667) ∘ Build fixes (LP: #552526, LP: #552530, LP: #552538, LP: #709761, LP: #713690, LP: #643871, LP: #713685)
Diffstat (limited to 'libdbusmenu-glib/Makefile.am')
-rw-r--r--libdbusmenu-glib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am
index 5b04415..7d4ea5d 100644
--- a/libdbusmenu-glib/Makefile.am
+++ b/libdbusmenu-glib/Makefile.am
@@ -189,6 +189,7 @@ endif
# VAPI Files
#########################
+if HAVE_VALA
if HAVE_INTROSPECTION
vapidir = $(datadir)/vala/vapi
@@ -200,4 +201,5 @@ Dbusmenu-0.4.vapi: Dbusmenu-0.4.gir
CLEANFILES += $(vapi_DATA)
endif
+endif