diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-17 12:04:42 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-17 12:04:42 +0100 |
commit | e8cae5243e2ec02b813c4269293ff76b3a5ef89f (patch) | |
tree | 98c56dd3a7e0c67f3cee25703a7d35ca8f513eca | |
parent | d377afea4a28cfb2103b206111b10720a0afc833 (diff) |
add all TpMessage classes to introspection.am
-rw-r--r-- | telepathy-glib/introspection.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am index e7dc0e707..b8b84fcfd 100644 --- a/telepathy-glib/introspection.am +++ b/telepathy-glib/introspection.am @@ -47,6 +47,10 @@ INTROSPECTION_FILES = \ $(srcdir)/stream-tube-channel.c $(srcdir)/stream-tube-channel.h \ $(srcdir)/stream-tube-connection.c $(srcdir)/stream-tube-connection.h \ $(srcdir)/text-channel.c $(srcdir)/text-channel.h \ + $(srcdir)/client-message.c $(srcdir)/client-message.h \ + $(srcdir)/cm-message.c $(srcdir)/cm-message.h \ + $(srcdir)/message.c $(srcdir)/message.h \ + $(srcdir)/signalled-message.c $(srcdir)/signalled-message.h \ $(srcdir)/errors.c $(srcdir)/errors.h \ _gen/telepathy-enums.h \ $(NULL) |