From a7a0c319b897b75b584fce854de7454d918424ee Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sat, 9 Jun 2012 05:37:10 +0000 Subject: [PATCH] build Terminate git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/devmodules/dev-libs/ec@35189 72102866-910b-0410-8b05-ffd578937521 --- GNUmakefile | 5 +++++ Terminate.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index e260345..0f91022 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -58,6 +58,7 @@ TOOL_NAME = \ Command \ Console \ Control \ + Terminate \ Command_OBJC_FILES = Command.m EcCommand.m EcClientI.m NSFileHandle+Printf.m @@ -72,6 +73,10 @@ Control_OBJC_FILES = Control.m EcControl.m EcClientI.m NSFileHandle+Printf.m Control_TOOL_LIBS += -lECCL Control_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR) +Terminate_OBJC_FILES = Terminate.m +Terminate_TOOL_LIBS += -lECCL +Terminate_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR) + diff --git a/Terminate.m b/Terminate.m index f234b83..3882ddd 100644 --- a/Terminate.m +++ b/Terminate.m @@ -63,7 +63,7 @@ main() name = [defs stringForKey: @"CommandName"]; if (name == nil) { - name = CMD_SERVER_NAME; + name = @"Command"; } }