apps-gorm/Palettes/0Menus/GNUmakefile.preamble
Nicola Pero b324bfa6c7 Fixed linking palette against libGorm
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20950 72102866-910b-0410-8b05-ffd578937521
2005-03-21 22:18:43 +00:00

9 lines
253 B
Text

# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../..
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
ADDITIONAL_GUI_LIBS += -lGorm
endif
ifeq ($(GNUSTEP_TARGET_OS),cygwin)
0Menus_LIBRARIES_DEPEND_UPON += -lGorm
endif