diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-18 23:53:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-18 23:53:38 +0800 |
commit | d345fc72a9ff9ce2af454f428b56f78cb611416a (patch) | |
tree | cc66f9e49c83fb95fcdc21acc3dbad4bc16f7cb3 /tests | |
parent | fc409d61494d325be2714f8b5a7aff2281755248 (diff) | |
download | gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.gz gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.bz2 gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.lz gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.xz gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.zst gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.zip |
Depend on telepathy-logger (#610956)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/interactive/Makefile.am | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 15503acd1..cf3d84cba 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,14 +13,12 @@ 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 5d3a66faa..8fc19eb3e 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -3,14 +3,12 @@ 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 = \ |