diff --git a/ChangeLog b/ChangeLog index cb9e9aa..27eaa3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2006-10-02 Nicola Pero +2006-10-06 Nicola Pero + + * GNUmakefile.wrapper.objc.preamble (ADDITIONAL_LIB_DIRS): Added + variable so that the wrapper compiles before the library is installed. + +2006-10-02 Nicola Pero * configure.ac: Do not read gnustep configuration which is never used. diff --git a/GNUmakefile.wrapper.objc.preamble b/GNUmakefile.wrapper.objc.preamble index 3221adb..b9eafd7 100644 --- a/GNUmakefile.wrapper.objc.preamble +++ b/GNUmakefile.wrapper.objc.preamble @@ -1 +1,2 @@ LIBRARIES_DEPEND_UPON += -lPerformance.A +ADDITIONAL_LIB_DIRS = -L../../$(GNUSTEP_OBJ_DIR)