summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 10:51:32 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 16:37:59 +0200
commit51fd53f00c756dedc5455c0a2159ffa749422adf (patch)
treee4703151955ddbcf2c892c745192cf83e5e017a9
parent73efe1f1362f6bed3d74bd92dd2944ca3bb04dc7 (diff)
downloadtelepathy-logger-51fd53f00c756dedc5455c0a2159ffa749422adf.tar.gz
stop building test-api
It's usless and should be ported to GDBus. https://bugs.freedesktop.org/show_bug.cgi?id=69797
-rw-r--r--src/Makefile.am8
-rw-r--r--src/test-api.c1
2 files changed, 1 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ae57f35..61b2051 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,18 +16,10 @@ BUILT_SOURCES =
libexec_PROGRAMS = \
telepathy-logger
-noinst_PROGRAMS = \
- test-api
-
telepathy_logger_LDADD = \
$(top_builddir)/telepathy-logger/libtelepathy-logger.la \
$(TPL_LIBS)
-test_api_LDADD = \
- $(top_builddir)/telepathy-logger/libtelepathy-logger.la \
- $(TPL_LIBS)
-
-
check_c_sources = \
$(telepathy_logger_SOURCES)
include $(top_srcdir)/tools/check-coding-style.mk
diff --git a/src/test-api.c b/src/test-api.c
index 4a2acaa..ef5a3c9 100644
--- a/src/test-api.c
+++ b/src/test-api.c
@@ -1,3 +1,4 @@
+/* TODO: fdo#69815 use GDBus */
/*
* Copyright (C) 2009 Collabora Ltd.
*