summaryrefslogtreecommitdiff
path: root/salut/Makefile.am
diff options
context:
space:
mode:
authorAlvaro Soliverez <alvaro.soliverez@collabora.co.uk>2012-03-14 19:29:54 -0300
committerOlli Salli <olli.salli@collabora.co.uk>2012-03-15 22:03:10 +0200
commit19539e3418641cd379e80a69d3243db5537e0dc3 (patch)
treeb204e7e8d1838173e38e89dc79e4cb88655b6607 /salut/Makefile.am
parent5754bc81e3f94589d91820fe34975dfb63730f28 (diff)
downloadtelepathy-salut-19539e3418641cd379e80a69d3243db5537e0dc3.tar.gz
Move plugin library-specific code from util.c into its own file, to
prevent dependency problems As part of this, a new SalutPluginContactInterface had to be created to access contact capabilities that were needed for the plugin utils. Accessing SalutContact directly would bring most of salut core in, so a GInterface is used, similar to what is done with SalutPluginConnection
Diffstat (limited to 'salut/Makefile.am')
-rw-r--r--salut/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/salut/Makefile.am b/salut/Makefile.am
index 14653c1f..f9befdbe 100644
--- a/salut/Makefile.am
+++ b/salut/Makefile.am
@@ -6,6 +6,7 @@ salutincludedir = $(includedir)/telepathy-salut-0/salut
salutinclude_HEADERS = \
plugin.h \
plugin-connection.h \
+ plugin-contact.h \
protocol.h \
caps-channel-manager.h \
capabilities.h \