diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-01 16:13:31 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-02 16:48:21 +0100 |
commit | 15a41b5139ca9011b92adf948c994b9077ebd4dd (patch) | |
tree | 43312a6eaf63b5aae27e38223a9811b83db9683a | |
parent | 526f8b7449275cfb61b0bf493ec145d4524d7c6e (diff) |
Install interfaces.h as part of the -dbus library
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49377
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | telepathy-glib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index 8b320fa37..02e0661a5 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -104,7 +104,6 @@ tpginclude_HEADERS = \ handle-repo-static.h \ handle-repo-dynamic.h \ heap.h \ - interfaces.h \ intset.h \ message.h \ message-mixin.h \ @@ -149,6 +148,7 @@ tpgdbusinclude_HEADERS = \ cli-connection.h \ cli-misc.h \ gtypes.h \ + interfaces.h \ $(NULL) BUILT_SOURCES = $(codegen_sources) |