From 81f00ef4f1950e3670f6cfa098598534a35dad98 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 14 Sep 2009 04:22:37 +0000 Subject: [PATCH] the rest SVN revision: 42485 --- src/bin/Makefile.am | 4 ++-- src/bin/test.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index a6fe54c..d42a981 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -83,11 +83,11 @@ endif # quicklaunch apps. elementary_testqldir = $(libdir) elementary_testql_LTLIBRARIES = elementary_testql.la -elementary_testql_la_SOURCES = test.c +elementary_testql_la_SOURCES = $(elementary_test_SOURCES) elementary_testql_la_LIBADD = $(top_builddir)/src/lib/libelementary.la elementary_testql_la_CFLAGS = elementary_testql_la_LDFLAGS = -module -avoid-version -no-undefined -elementary_testql_SOURCES = test.c +elementary_testql_SOURCES = $(elementary_test_SOURCES) elementary_testql_LDADD = $(top_builddir)/src/lib/libelementary.la elementary_testql_CFLAGS = -DELM_LIB_QUICKLAUNCH=1 elementary_testql_LDFLAGS = diff --git a/src/bin/test.c b/src/bin/test.c index 41f6294..71fe071 100644 --- a/src/bin/test.c +++ b/src/bin/test.c @@ -1,7 +1,6 @@ #include #ifndef ELM_LIB_QUICKLAUNCH - /* all tests prototypes */ void test_bg_plain(void *data, Evas_Object *obj, void *event_info); void test_bg_image(void *data, Evas_Object *obj, void *event_info); -- 2.7.4