diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-11-30 11:51:13 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-12-03 17:50:58 +0000 |
commit | 6927a344fefddf1135a2d409c0368850ea6dd8aa (patch) | |
tree | 6602c370f0658a1585470d15eda53c0d2dc02ca3 /gabble | |
parent | 10de892c149a6848bbf4177fc32b36e33a46b3f8 (diff) |
Install plugin and Wocky headers, and a .pc file
Diffstat (limited to 'gabble')
-rw-r--r-- | gabble/Makefile.am | 39 | ||||
-rw-r--r-- | gabble/telepathy-gabble-uninstalled.pc.in | 11 | ||||
-rw-r--r-- | gabble/telepathy-gabble.pc.in | 11 |
3 files changed, 61 insertions, 0 deletions
diff --git a/gabble/Makefile.am b/gabble/Makefile.am new file mode 100644 index 000000000..a08e2fd6e --- /dev/null +++ b/gabble/Makefile.am @@ -0,0 +1,39 @@ +if ENABLE_PLUGINS +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = telepathy-gabble.pc + +gabbleincludedir = $(includedir)/telepathy-1.0/gabble +gabbleinclude_HEADERS = \ + plugin.h \ + sidecar.h + +# We install these headers under gabble's so that an actual separate Wocky +# installation won't clash with them. +wockyincludedir = $(gabbleincludedir)/wocky +wockyinclude_HEADERS = \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-types.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-connector.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-xmpp-connection.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-debug.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-namespaces.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-utils.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-xmpp-node.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-xmpp-reader.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-xmpp-stanza.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-xmpp-writer.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-xmpp-error.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-sasl-auth.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-sasl-digest-md5.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-sasl-handler.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-sasl-plain.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-porter.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-contact.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-bare-contact.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-resource-contact.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-roster.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-contact-factory.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-session.h \ + $(top_srcdir)/lib/ext/wocky/wocky/wocky-pep-service.h + +endif diff --git a/gabble/telepathy-gabble-uninstalled.pc.in b/gabble/telepathy-gabble-uninstalled.pc.in new file mode 100644 index 000000000..fb33e9f6e --- /dev/null +++ b/gabble/telepathy-gabble-uninstalled.pc.in @@ -0,0 +1,11 @@ +prefix= +exec_prefix= +abs_top_srcdir=@abs_top_srcdir@ +abs_top_builddir=@abs_top_builddir@ + +Name: Telepathy-Gabble +Description: XMPP backend for the Telepathy framework +Version: @VERSION@ +Requires: pkg-config >= 0.21 +Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gio-2.0, telepathy-glib >= 0.7.37 +Cflags: -I${abs_top_srcdir} -I${abs_top_srcdir}/lib/ext/wocky diff --git a/gabble/telepathy-gabble.pc.in b/gabble/telepathy-gabble.pc.in new file mode 100644 index 000000000..e7fd497f8 --- /dev/null +++ b/gabble/telepathy-gabble.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Telepathy-Gabble +Description: XMPP backend for the Telepathy framework +Version: @VERSION@ +Requires: pkg-config >= 0.21 +Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gio-2.0, telepathy-glib >= 0.7.37 +Cflags: -I${includedir}/telepathy-1.0 -I${includedir}/telepathy-1.0/gabble |