[telepathy-gabble/master] Make test plugin build out of tree.
Will Thompson
will.thompson at collabora.co.uk
Thu Nov 26 12:29:17 PST 2009
---
plugins/Makefile.am | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 43dfd38..00117e7 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -3,8 +3,14 @@ plugindir = $(libdir)/telepathy/gabble-0
noinst_LTLIBRARIES = \
test.la
+test_la_SOURCES = \
+ test.c \
+ test.h
+
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_srcdir)/src -I $(top_builddir)/src \
+ -I $(top_srcdir) -I $(top_builddir) \
+ -I $(top_srcdir)/plugins
--
1.5.6.5
More information about the telepathy-commits
mailing list