From 37a9b435efdb27dad389763a12b9bad185b700d5 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 27 Sep 2007 08:13:51 +0000 Subject: No need to init gtk, GMainLoop is enough and makes easier to run valgrind. 2007-09-27 Xavier Claessens * tests/contact-manager.c: * tests/Makefile.am: No need to init gtk, GMainLoop is enough and makes easier to run valgrind. svn path=/trunk/; revision=324 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 16358591d..8c6094c95 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,7 @@ LDADD = \ $(top_builddir)/libempathy/libempathy.la \ $(EMPATHY_LIBS) -noinst_PROGRAMS = \ +bin_PROGRAMS = \ contact-manager contact_manager_SOURCES = contact-manager.c -- cgit v1.2.3