diff options
author | Dennis Schridde <devurandom@gmx.net> | 2011-09-19 23:39:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-19 23:39:39 -0500 |
commit | 21afbd946557e93304bdb34199d62594f365799f (patch) | |
tree | d54c544620faae8947cfd1f1366c0cbb28fbe612 /libdbusmenu-gtk | |
parent | 3ea5f5573cc0f0f34591ee12b92d789bf624d784 (diff) | |
download | libdbusmenu-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.am | 2 |
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 |