diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-21 11:27:36 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-07 11:25:24 +0200 |
commit | 0b254a7098ebc2d0b09012fc8d06237b173274a1 (patch) | |
tree | ae1c2fe42c52b9c8c19960660c810ce28928f916 /telepathy-glib/introspection.am | |
parent | d768d09e6cfdb9236e46f282c31d9ab41e7b8114 (diff) | |
download | telepathy-glib-0b254a7098ebc2d0b09012fc8d06237b173274a1.tar.gz |
rename TpBasicChannelFactory to TpBasicProxyFactory
Diffstat (limited to 'telepathy-glib/introspection.am')
-rw-r--r-- | telepathy-glib/introspection.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am index 5030f66c1..c24706c6a 100644 --- a/telepathy-glib/introspection.am +++ b/telepathy-glib/introspection.am @@ -10,7 +10,7 @@ INTROSPECTION_FILES = \ $(srcdir)/account-channel-request.c $(srcdir)/account-channel-request.h \ $(srcdir)/account-manager.c $(srcdir)/account-manager.h \ $(srcdir)/automatic-channel-factory.c $(srcdir)/automatic-channel-factory.h \ - $(srcdir)/basic-channel-factory.c $(srcdir)/basic-channel-factory.h \ + $(srcdir)/basic-proxy-factory.c $(srcdir)/basic-proxy-factory.h \ $(srcdir)/client-channel-factory.c $(srcdir)/client-channel-factory.h \ $(srcdir)/connection.c $(srcdir)/connection.h \ $(srcdir)/connection-handles.c $(srcdir)/connection-contact-info.c \ |