From 70251691abd77a26dd27c87aae7f27f3a4f70e73 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Wed, 20 Feb 2008 12:05:24 +0000 Subject: [PATCH] Use new NEEDS_GUI for entire project rather than individual instructions for each component. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@26111 72102866-910b-0410-8b05-ffd578937521 --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c00aa50..25dedc7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,6 +7,8 @@ PACKAGE_VERSION = 0.3.1 SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs SVN_MODULE_NAME = performance +NEEDS_GUI = NO + TEST_TOOL_NAME= LIBRARY_NAME=Performance @@ -35,7 +37,6 @@ Performance_AGSDOC_FILES += \ GSTicker.h \ GSSkipMutableArray.h -Performance_NEEDS_GUI = NO # Optional Java wrappers for the library JAVA_WRAPPER_NAME = Performance