summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-22 13:03:05 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-28 16:35:12 +0100
commitf42ce2a0ec0043f1ea75bad435094705d4c2153a (patch)
treeb1b1ce07a8bb9bbcc99269f0ed0bd106ef91fa29 /plugins
parentce5ef9d9b569487b35f37bba5eec32e523757ba5 (diff)
plugins: put top_srcdir and top_builddir first in CFLAGS
If we're compiling against an uninstalled telepathy-glib, we want "extensions/extensions.h" to mean Gabble's, not telepathy-glib's!
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index c54ff9e0..100cf81f 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -29,8 +29,8 @@ gateways_la_SOURCES = \
gateways.c \
gateways.h
-AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @WOCKY_CFLAGS@ \
- @TP_GLIB_CFLAGS@ \
- -I $(top_gabbledir)/gabble -I $(top_builddir)/gabble \
+AM_CFLAGS = $(ERROR_CFLAGS) \
-I $(top_srcdir) -I $(top_builddir) \
+ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @WOCKY_CFLAGS@ @TP_GLIB_CFLAGS@ \
+ -I $(top_gabbledir)/gabble -I $(top_builddir)/gabble \
-I $(top_srcdir)/plugins