From 21827d83e69df05e82cdb9335b6882fc2d8146dc Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 1 May 2012 16:13:31 +0100 Subject: [PATCH 1/4] Install interfaces.h as part of the -dbus library --- telepathy-glib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index 8b320fa..02e0661 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) -- 1.7.10