[empathy] tests: add TPL CFLAGS and LIBS



commit 51a18eccb46077ed826aa95590ae8a2211c7a316
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu May 27 13:51:52 2010 +0200

    tests: add TPL CFLAGS and LIBS

 tests/Makefile.am             |    2 ++
 tests/interactive/Makefile.am |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cf3d84c..15503ac 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,12 +13,14 @@ AM_CPPFLAGS =						\
 	-I$(top_srcdir)                          	\
 	-DPKGDATADIR=\""$(pkgdatadir)"\"		\
 	$(EMPATHY_CFLAGS)				\
+	$(TPL_CFLAGS)					\
 	$(WARN_CFLAGS)					\
 	$(DISABLE_DEPRECATED)
 
 LDADD =								\
 	$(top_builddir)/libempathy-gtk/libempathy-gtk.la	\
 	$(top_builddir)/libempathy/libempathy.la		\
+	$(TPL_LIBS) \
 	$(EMPATHY_LIBS)
 
 TEST_PROGS =                                     \
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index 8fc19eb..5d3a66f 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -3,12 +3,14 @@ AM_CPPFLAGS =						\
 	-I$(top_srcdir)                          	\
 	-DPKGDATADIR=\""$(pkgdatadir)"\"		\
 	$(EMPATHY_CFLAGS)				\
+	$(TPL_CFLAGS)					\
 	$(WARN_CFLAGS)					\
 	$(DISABLE_DEPRECATED)
 
 LDADD =								\
 	$(top_builddir)/libempathy-gtk/libempathy-gtk.la	\
 	$(top_builddir)/libempathy/libempathy.la		\
+	$(TPL_LIBS) \
 	$(EMPATHY_LIBS)
 
 noinst_PROGRAMS =			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]