diff options
author | Ted Gould <ted@gould.cx> | 2010-03-01 10:50:27 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-01 10:50:27 -0600 |
commit | beea067bf1e05ee34abea1a84e3b1cbc32fff781 (patch) | |
tree | 320c56cab61d612943be93b6df335854eaf29a15 /libdbusmenu-glib | |
parent | 2906283edf2a5248a94aad276a201ec1be35b7da (diff) | |
parent | 9e56feb947b96367299207cc1eef3761d96e0287 (diff) | |
download | libdbusmenu-beea067bf1e05ee34abea1a84e3b1cbc32fff781.tar.gz libdbusmenu-beea067bf1e05ee34abea1a84e3b1cbc32fff781.tar.bz2 libdbusmenu-beea067bf1e05ee34abea1a84e3b1cbc32fff781.zip |
* Upstream Merge
* Adding in building of VAPI files
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am index dc3dbe1..1264525 100644 --- a/libdbusmenu-glib/Makefile.am +++ b/libdbusmenu-glib/Makefile.am @@ -125,3 +125,19 @@ CLEANFILES += $(dist_gir_DATA) $(typelib_DATA) endif +######################### +# VAPI Files +######################### + +if HAVE_INTROSPECTION + +vapidir = $(datadir)/vala/vapi +vapi_DATA = DbusmenuGlib-0.2.vapi + +DbusmenuGlib-0.2.vapi: DbusmenuGlib-0.2.gir + $(VALA_API_GEN) --library=DbusmenuGlib-0.2 $< + +CLEANFILES += $(vapi_DATA) + +endif + |