summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-17 15:59:11 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-17 15:59:11 -0400
commit5cdd1eb97a3dd9b1f4154682e47f5f5e7519bd83 (patch)
tree47658e1aa41682d8bfbd5a64281187d3d28ad46f /tests/Makefile.am
parent56dbfc424254bb9970237b407bcfa1080151a94e (diff)
downloadtelepathy-logger-5cdd1eb97a3dd9b1f4154682e47f5f5e7519bd83.tar.gz
Remove unexistant file from Makefile
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dfef5a7..436758b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,11 +12,6 @@ LDADD = \
$(top_builddir)/telepathy-logger/libtelepathy-logger.la \
$(TPL_LIBS)
-test_tpl_channel_SOURCES = \
- tpl-channel-test.c \
- tpl-channel-test.h \
- $(NULL)
-
AM_CFLAGS = \
$(ERROR_CFLAGS) \
$(TPL_CFLAGS) \
@@ -47,7 +42,6 @@ check-valgrind: $(TESTS)
check_c_sources = \
$(dbus_test_sources) \
- tpl-channel-test.c \
test-tpl-conf.c \
$(NULL)