From d78e37f084715785854bb5246e61cc6a5e09a2d4 Mon Sep 17 00:00:00 2001 From: espectador Date: Mon, 27 May 2013 23:13:31 +0000 Subject: [PATCH] Fix flag. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36666 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Tools/say/GNUmakefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 48f2d9c19..4a57668c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-27 German A. Arias + + * Tools/say/GNUmakefile: Fix flag. + 2013-05-17 Sebastian Reitenbach * Source/NSParagraphStyle.m bump version, and fix decoder diff --git a/Tools/say/GNUmakefile b/Tools/say/GNUmakefile index 91b3cec12..1a65327c1 100644 --- a/Tools/say/GNUmakefile +++ b/Tools/say/GNUmakefile @@ -18,7 +18,7 @@ say_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR) \ -L/usr/local/lib #say_OBJCFLAGS += -std=c99 -g -Werror -say_LDFLAGS += -lgnustep-gui +say_TOOL_LIBS += -lgnustep-gui -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/tool.make