diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-18 11:04:26 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-09 12:14:09 +0200 |
commit | fa62f763fb25d82a67377f43c6bb8b01f2460bb4 (patch) | |
tree | e4fe2bd14377b587cc9c12cf9ffb118953d4c651 | |
parent | b4b23ba4aeb534eee98b4a08f834c25ed1bfb67d (diff) |
introspection.am: add tls-certificate
-rw-r--r-- | telepathy-glib/introspection.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am index f55520f04..cde6c9a0d 100644 --- a/telepathy-glib/introspection.am +++ b/telepathy-glib/introspection.am @@ -73,6 +73,7 @@ TelepathyGLib_0_12_gir_FILES = \ $(srcdir)/channel-dispatcher.c $(srcdir)/channel-dispatcher.h \ $(srcdir)/debug-client.c $(srcdir)/debug-client.h \ $(srcdir)/debug-message.c $(srcdir)/debug-message.h \ + $(srcdir)/tls-certificate.c $(srcdir)/tls-certificate.h \ $(srcdir)/errors.c $(srcdir)/errors.h \ $(srcdir)/room-list.c $(srcdir)/room-list.h \ $(srcdir)/room-info.c $(srcdir)/room-info.h \ |