diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2010-07-18 00:12:49 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2010-07-19 19:47:53 +0200 |
commit | 609fb9c50e56716b1e9f0d3ad2d760bfba3c79da (patch) | |
tree | 31764f19e0cbe3c2c1a0f8750d850200c5fc5455 /Makefile.am | |
parent | f53cd5cba869a3932fd8d46ea8c7cfa47f4afadb (diff) |
vala: new vapi generation machinery
Following this scheme[1], the vapi generation now is fully
automatic.
Besides, for sake of a correct compilation, further changes
were done:
+ As the vapi file is autogenerated with the uninstalled files, the
vapi must be generated before the vala test is compiled.
+ Set the ellipsis property to grl_list_from_va()
+ Add more custom code into the vapi. This is a _bad_ symptom, because it
means more diverging from the normal gobject code style.
+ Fix the vala test according to the new custom code.
1. http://git.collabora.co.uk/?p=user/edward/gst-convenience.git;a=blob;f=vala/Makefile.am
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7acc3d7..5cfd858 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src tools bindings +SUBDIRS = src bindings tools if ENABLE_GTK_DOC SUBDIRS += doc |