From b13832dee5b701e4738cf3c40b6809083ff5266d Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Fri, 19 Dec 2008 22:48:57 +0000 Subject: [PATCH] Turn off the active_list_test app by default. Use it when we need it. git-svn-id: http://opkg.googlecode.com/svn/trunk@187 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8e91d6e..bbf0dc8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,9 +11,9 @@ noinst_PROGRAMS = libopkg_test opkg_active_list_test #opkg_extract_test_SOURCES = opkg_extract_test.c #opkg_extract_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir) -opkg_active_list_test_LDADD = $(top_builddir)/libopkg/active_list.o -opkg_active_list_test_SOURCES = opkg_active_list_test.c -opkg_active_list_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir) +#opkg_active_list_test_LDADD = $(top_builddir)/libopkg/active_list.o +#opkg_active_list_test_SOURCES = opkg_active_list_test.c +#opkg_active_list_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir) libopkg_test_LDADD = $(top_builddir)/libopkg/libopkg.la libopkg_test_SOURCE = libopkg_test.c -- 2.25.1