diff --git a/ChangeLog b/ChangeLog index d3866cfd7..ddc447337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2003-02-05 Richard Frith-Macdonald * Source/libgnustep-gui.def: Regenerated + * ColorPickers/GNUmakefile: add local library paths Wed Feb 5 04:56:45 2003 Serg Stoyan diff --git a/ColorPickers/GNUmakefile b/ColorPickers/GNUmakefile index dd2ae3871..6d378b814 100644 --- a/ColorPickers/GNUmakefile +++ b/ColorPickers/GNUmakefile @@ -42,6 +42,8 @@ BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/ColorPickers ADDITIONAL_INCLUDE_DIRS += -I../Headers -I../Headers/gnustep +ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR) -L../Models/$(GNUSTEP_OBJ_DIR) + # The Objective-C source files to be compiled StandardPicker_OBJC_FILES = GSStandardColorPicker.m \ GSRGBColorPicker.m \