diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-17 15:02:22 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-17 15:02:22 +0100 |
commit | cc2c2d8cea5476cabff9f61cd555778af760ebcd (patch) | |
tree | 858971b06266bad67556fcd7952c891dba1d4a7b | |
parent | bc129171d0ca02c3132e675d97914a04db5bc64c (diff) |
Ask to introspect _gen/telepathy-interfaces.h directly
The gir scanner doesn't scan it if it's included from telepathy-interfaces.h
-rw-r--r-- | telepathy-glib/introspection.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am index 782064cda..b960c9ded 100644 --- a/telepathy-glib/introspection.am +++ b/telepathy-glib/introspection.am @@ -23,7 +23,7 @@ INTROSPECTION_FILES = \ $(srcdir)/handle.c $(srcdir)/handle.h \ $(srcdir)/handle-channels-context.c $(srcdir)/handle-channels-context.h \ $(srcdir)/dbus-daemon.c $(srcdir)/dbus-daemon.h \ - $(srcdir)/interfaces.c $(srcdir)/interfaces.h \ + $(srcdir)/interfaces.c \ $(srcdir)/intset.c $(srcdir)/intset.h \ $(srcdir)/dbus.c $(srcdir)/dbus.h \ $(srcdir)/capabilities.c $(srcdir)/capabilities.h \ @@ -54,6 +54,7 @@ INTROSPECTION_FILES = \ $(srcdir)/signalled-message.c $(srcdir)/signalled-message.h \ $(srcdir)/errors.c $(srcdir)/errors.h \ _gen/telepathy-enums.h \ + _gen/telepathy-interfaces.h \ $(NULL) _gen/proxy-introspectable.h: proxy.h introspection.am |