Fix flag.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36666 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Germán Arias 2013-05-27 23:13:31 +00:00
parent 494399d5f4
commit 3560e6575e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-05-27 German A. Arias <german@xelalug.org>
* Tools/say/GNUmakefile: Fix flag.
2013-05-17 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Source/NSParagraphStyle.m bump version, and fix decoder

View file

@ -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