mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 17:00:52 +00:00
fix order of use of library and header directories
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@36837 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9a67894038
commit
2fc0d26b47
3 changed files with 12 additions and 6 deletions
|
@ -43,7 +43,6 @@ ADDITIONAL_OBJCFLAGS += -Wall
|
|||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../Headers -I../Source/$(GNUSTEP_TARGET_DIR)
|
||||
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
# ADDITIONAL_LDFLAGS +=
|
||||
|
||||
|
@ -63,8 +62,8 @@ ADDITIONAL_INSTALL_DIRS +=
|
|||
# Flags for when the backend is compiled as a bundle
|
||||
ifneq ($(BACKEND_BUNDLE),)
|
||||
ADDITIONAL_TOOL_LIBS += $(GUI_LIBS) $(GRAPHIC_LIBS) $(SYSTEM_LIBS)
|
||||
ADDITIONAL_INCLUDE_DIRS += $(GRAPHIC_CFLAGS)
|
||||
ADDITIONAL_LIB_DIRS += $(GRAPHIC_LFLAGS)
|
||||
CONFIG_SYSTEM_INCL += $(GRAPHIC_CFLAGS)
|
||||
CONFIG_SYSTEM_LIB_DIR += $(GRAPHIC_LFLAGS)
|
||||
else
|
||||
ADDITIONAL_TOOL_LIBS += -lgnustep-gui -lgnustep-back $(SYSTEM_LIBS)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue