summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-07 16:28:32 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-07 16:28:32 +0200
commitfd4e80e59f966ac3329d15920f0a699a251f0a8d (patch)
treefc7264de9151ef25408a7971121f13e0726f2ba7 /tests/Makefile.am
parent92fe674be3a9b3d0d18a9018e52fcfe5eca7732e (diff)
downloadtelepathy-logger-fd4e80e59f966ac3329d15920f0a699a251f0a8d.tar.gz
rename test-tpl-log-entry.c to test-tpl-entry.c
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 f8178ed..4637e73 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,7 +11,7 @@ LDADD = \
noinst_PROGRAMS = \
test-tpl-channel \
test-tpl-conf \
- test-tpl-log-entry \
+ test-tpl-entry \
test-tpl-log-store-sqlite \
test-tpl-log-manager \
test-tpl-observer \
@@ -60,7 +60,7 @@ check_c_sources = \
tpl-channel-test.c \
test-tpl-channel.c \
test-tpl-conf.c \
- test-tpl-log-entry.c \
+ test-tpl-entry.c \
test-tpl-observer.c \
test-searches.c \
$(NULL)