diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-09 16:21:49 +0200 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-09-15 10:37:38 +0200 |
commit | f507acbfd8dbd9cf8217988398d7b83e79dd98bf (patch) | |
tree | f45913971294e275b46a0dfb0c0a8b1076c28bc6 /telepathy-glib/Makefile.am | |
parent | 65d2227e3b949c25d57325ab262a83f9a7f1c97f (diff) | |
download | telepathy-glib-f507acbfd8dbd9cf8217988398d7b83e79dd98bf.tar.gz |
Add TpDBusTubeChannel (#29271)
Not much so far, just the base of the object and its basic properties.
Diffstat (limited to 'telepathy-glib/Makefile.am')
-rw-r--r-- | telepathy-glib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index 4a2d72077..ff3ae84e6 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -60,6 +60,7 @@ our_headers = \ dbus.h \ dbus-daemon.h \ dbus-properties-mixin.h \ + dbus-tube-channel.h \ defs.h \ debug.h \ debug-sender.h \ @@ -201,6 +202,7 @@ libtelepathy_glib_internal_la_SOURCES = \ dbus-daemon.c \ dbus-internal.h \ dbus-properties-mixin.c \ + dbus-tube-channel.c \ debug.c \ debug-sender.c \ deprecated-internal.h \ |