mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-16 00:21:29 +00:00
iYavor's fix for bug #42732
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@37992 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
53945281d8
commit
b8120c7b7e
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-07-11 Yavor Doganov <yavor@gnu.org>
|
||||
|
||||
* GNUmakefile (LIBRARIES_DEPEND_UPON): Define.
|
||||
|
||||
2014-04-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* GSUniqued.h:
|
||||
|
|
|
@ -28,6 +28,8 @@ SVN_MODULE_NAME = performance
|
|||
|
||||
NEEDS_GUI = NO
|
||||
|
||||
LIBRARIES_DEPEND_UPON = $(FND_LIBS) $(OBJC_LIBS)
|
||||
|
||||
TEST_TOOL_NAME=
|
||||
|
||||
LIBRARY_NAME=Performance
|
||||
|
|
Loading…
Reference in a new issue