diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-02-07 11:47:10 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-02-07 11:47:10 +0000 |
commit | 7dfb28dcecc91b80c75134adac61d8504a2dfaa2 (patch) | |
tree | f0c2eb556a0a8473366a41d480bb293ebc22b63a /plugins | |
parent | 80f5dae72e432d01642296174a3867b768e2907f (diff) |
plugins: stop talking about top_gabbledir, whatever that is
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 100cf81f..a303d95c 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -32,5 +32,5 @@ gateways_la_SOURCES = \ 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)/gabble -I $(top_builddir)/gabble \ -I $(top_srcdir)/plugins |