From 3a39b622d8a70ba80f1236d6bea97bd17b21a0e7 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 25 Sep 2013 10:51:32 +0200 Subject: [PATCH 14/15] stop building test-api It's usless and should be ported to GDBus. https://bugs.freedesktop.org/show_bug.cgi?id=69797 --- src/Makefile.am | 8 -------- src/test-api.c | 1 + 2 files changed, 1 insertion(+), 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..8e2044d 100644 --- a/src/test-api.c +++ b/src/test-api.c @@ -1,3 +1,4 @@ +/* TODO: use GDBus */ /* * Copyright (C) 2009 Collabora Ltd. * -- 1.8.3.1