Fix to link properly when not already installed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-02-05 15:04:43 +00:00
parent ceff15a22e
commit 90078d0392
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
2003-02-05 Richard Frith-Macdonald <rfm@gnu.org>
* Source/libgnustep-gui.def: Regenerated
* ColorPickers/GNUmakefile: add local library paths
Wed Feb 5 04:56:45 2003 Serg Stoyan <stoyan@hologr.com>

View file

@ -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 \