From 51a18eccb46077ed826aa95590ae8a2211c7a316 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 27 May 2010 13:51:52 +0200 Subject: tests: add TPL CFLAGS and LIBS --- tests/interactive/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/interactive/Makefile.am') diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 8fc19eb3e..5d3a66faa 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 = \ -- cgit v1.2.3