summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-17 11:49:44 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-17 11:49:44 +0200
commit4760b61dcce9869c6371d56519248a0aef91c0a9 (patch)
treec6bb685f378ee5aba2944d26a0df811a767fdf49 /tests/Makefile.am
parentedffd033360fc76eafaaf8631725057577540c7a (diff)
downloadtelepathy-logger-4760b61dcce9869c6371d56519248a0aef91c0a9.tar.gz
merge PL and LIBTPL libs together
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 20af36a..fc82f01 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,7 +6,7 @@ SUBDIRS = $(CHECKTWISTED) suppressions
LDADD = \
$(top_builddir)/telepathy-logger/libtelepathy-logger.la \
- $(LIBTPL_LIBS)
+ $(TPL_LIBS)
noinst_PROGRAMS = \
test-tpl-channel \
@@ -32,7 +32,7 @@ test_searches_SOURCES = \
AM_CFLAGS = \
$(ERROR_CFLAGS) \
- $(LIBTPL_CFLAGS) \
+ $(TPL_CFLAGS) \
-I$(top_srcdir) \
-I$(top_builddir)