diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-11 11:12:46 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-11 11:12:46 +0000 |
commit | 3378073838edea738d0a5e8a07d62a365b2fb807 (patch) | |
tree | 2a139606c6099c31f1ff98195ac3640c0687abfb /examples | |
parent | 84dfe0715fe8dbaac6a7fba5979fa3301c17735c (diff) |
examples/extensions/Makefile.am: allow extensions to include unstable interfaces (since that's half the point of extensions)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/extensions/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/extensions/Makefile.am b/examples/extensions/Makefile.am index 9c77b4330..54eaf7f73 100644 --- a/examples/extensions/Makefile.am +++ b/examples/extensions/Makefile.am @@ -138,4 +138,5 @@ _gen/svc-connection.c _gen/svc-connection.h: _gen/connection.xml \ --include='<telepathy-glib/dbus.h>' \ --include='"_gen/signals-marshal.h"' \ --not-implemented-func='tp_dbus_g_method_return_not_implemented' \ + --allow-unstable \ $< Example_Svc_ |