From e0be0bc694b76bf6d39bd822c84679c8d0dace36 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 11 Sep 2006 18:07:35 +0000 Subject: [PATCH] Deleted until next occasion: testburner --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index ecbd944..acec555 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,7 +90,6 @@ libinclude_HEADERS = \ ## Build test applications noinst_PROGRAMS = \ test/libburner \ - test/testburner \ test/blank \ test/burn \ test/burniso \ @@ -106,9 +105,6 @@ noinst_PROGRAMS = \ test_libburner_CPPFLAGS = -Ilibburn test_libburner_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS) test_libburner_SOURCES = test/libburner.c -test_testburner_CPPFLAGS = -Ilibburn -test_testburner_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS) -test_testburner_SOURCES = test/testburner.c test_devices_CPPFLAGS = -Ilibburn test_devices_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS) test_devices_SOURCES = test/devices.c