Fixed problem linking Java wrappers when compiling the first time

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@22297 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2006-01-11 14:38:08 +00:00
parent 69775739b7
commit 3d2f26d42c
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-01-11 Nicola Pero <nicola@brainstorm.co.uk>
* GNUmakefile.wrapper.objc.preamble: New file that fixes the
"/usr/bin/ld: cannot find -lPerformance" error when linking Java
wrappers.
2005-10-28 Richard Frith-Macdonald <rfm@gnu.org>
New Performance library (0.1)

View file

@ -0,0 +1,2 @@
ADDITIONAL_INCLUDE_DIRS += -I../../../Headers/
ADDITIONAL_LIB_DIRS += -L../../$(GNUSTEP_OBJ_DIR)