summaryrefslogtreecommitdiff
path: root/telepathy-glib/codegen.am
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-10 17:03:25 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-10 17:28:03 +0200
commit29daab56223b7a2bb8c98e389aca85a2b8a0dcfb (patch)
treedae8f98b373c660a56ebc59b322eec2a1c9991df /telepathy-glib/codegen.am
parent6834819cccb408e6c44931b3cc6321018cbbfb56 (diff)
downloadtelepathy-glib-29daab56223b7a2bb8c98e389aca85a2b8a0dcfb.tar.gz
Do not include single headers in codegen
Headers to use is caller's choice, like that tp-glib internal can use single headers while extensions can use global header. This also move command line headers to generated .h instead of .c
Diffstat (limited to 'telepathy-glib/codegen.am')
-rw-r--r--telepathy-glib/codegen.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/codegen.am b/telepathy-glib/codegen.am
index 6ad3ec5e6..8bc0032a0 100644
--- a/telepathy-glib/codegen.am
+++ b/telepathy-glib/codegen.am
@@ -219,6 +219,7 @@ _gen/tp-svc-%.c: _gen/tp-spec-%.xml \
--filename=_gen/tp-svc-$* \
--signal-marshal-prefix=_tp \
--include='<telepathy-glib/dbus.h>' \
+ --include='<telepathy-glib/dbus-properties-mixin.h>' \
--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
$< Tp_Svc_