mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 07:10:46 +00:00
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:
parent
494399d5f4
commit
3560e6575e
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue