diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-07 20:02:45 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-08 12:03:25 +0100 |
commit | 32e728c006349fb32f1b470a5c7d44a1f1390d0d (patch) | |
tree | abbe07bf656bd502410bb17cb879e8e3e84231dc | |
parent | f8777fb07851b801b75550048d4d95175c887b4d (diff) |
Allow generation of unstable interfaces
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49600
-rw-r--r-- | extensions/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am index ff09ec2..85ff7b2 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -51,6 +51,7 @@ _gen/svc.c _gen/svc.h: _gen/all.xml \ --include='<telepathy-glib/dbus.h>' \ --include='"_gen/signals-marshal.h"' \ --not-implemented-func='tp_dbus_g_method_return_not_implemented' \ + --allow-unstable \ $< Idle_Svc_ _gen/signals-marshal.list: _gen/all.xml $(tools_dir)/glib-signals-marshal-gen.py |