summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-11-27 19:29:14 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-11-27 19:29:14 +0000
commit10de892c149a6848bbf4177fc32b36e33a46b3f8 (patch)
tree6f3049683903201ca35b8839eef766d227da7fcc /plugins
parentb2c3648cb89cc0a88e12f7671f2a5096db270128 (diff)
Move headers available to plugins to gabble/
This makes it obvious which headers plugins can use, as well as making it possible to write both gabble.pc and gabble-uninstalled.pc without moving the whole of src/ to gabble/.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 00117e71..4301e126 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -11,6 +11,6 @@ test_la_LDFLAGS = -module -avoid-version -rpath $(plugindir) -lm
AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @WOCKY_CFLAGS@ \
@TP_GLIB_CFLAGS@ \
- -I $(top_srcdir)/src -I $(top_builddir)/src \
+ -I $(top_gabbledir)/gabble -I $(top_builddir)/gabble \
-I $(top_srcdir) -I $(top_builddir) \
-I $(top_srcdir)/plugins