diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-27 19:51:52 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-18 23:18:02 +0800 |
commit | 51a18eccb46077ed826aa95590ae8a2211c7a316 (patch) | |
tree | adc5195d490ee718262e2abb2e8fd5e19e6d6294 | |
parent | 210388d6821d72dacd55063ad805857a27c14e3f (diff) | |
download | gsoc2013-empathy-51a18eccb46077ed826aa95590ae8a2211c7a316.tar gsoc2013-empathy-51a18eccb46077ed826aa95590ae8a2211c7a316.tar.gz gsoc2013-empathy-51a18eccb46077ed826aa95590ae8a2211c7a316.tar.bz2 gsoc2013-empathy-51a18eccb46077ed826aa95590ae8a2211c7a316.tar.lz gsoc2013-empathy-51a18eccb46077ed826aa95590ae8a2211c7a316.tar.xz gsoc2013-empathy-51a18eccb46077ed826aa95590ae8a2211c7a316.tar.zst gsoc2013-empathy-51a18eccb46077ed826aa95590ae8a2211c7a316.zip |
tests: add TPL CFLAGS and LIBS
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/interactive/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cf3d84cba..15503acd1 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 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 = \ |