summaryrefslogtreecommitdiff
path: root/telepathy-glib/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-11-08 11:51:54 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:43 +0100
commit3fb5a0f0d3b5cf26257ac972ebdc853dd88de2a1 (patch)
tree4cb3824c417a870860741338deeeda22521c8900 /telepathy-glib/Makefile.am
parent45d9a2b8758edfedd15fc4203236918fdfa6fe14 (diff)
downloadtelepathy-glib-3fb5a0f0d3b5cf26257ac972ebdc853dd88de2a1.tar.gz
Generate lowlevel API for Call1 spec
Add skeleton for TpCallChannel, TpCallContent and TpCallStream
Diffstat (limited to 'telepathy-glib/Makefile.am')
-rw-r--r--telepathy-glib/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index 58b6c1c8d..07bbad383 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -37,6 +37,10 @@ our_headers = \
base-protocol.h \
base-room-config.h \
basic-proxy-factory.h \
+ call-channel.h \
+ call-content.h \
+ call-misc.h \
+ call-stream.h \
channel.h \
channel-iface.h \
channel-dispatcher.h \
@@ -102,6 +106,7 @@ our_headers = \
stream-tube-connection.h \
svc-account.h \
svc-account-manager.h \
+ svc-call.h \
svc-channel-dispatcher.h \
svc-channel-dispatch-operation.h \
svc-channel.h \
@@ -168,6 +173,10 @@ libtelepathy_glib_internal_la_SOURCES = \
basic-proxy-factory.c \
capabilities.c \
capabilities-internal.h \
+ call-channel.c \
+ call-content.c \
+ call-misc.c \
+ call-stream.c \
channel.c \
channel-contacts.c \
channel-group.c \