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