mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:40:47 +00:00
Add check for tiff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9922 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
279ef0f07b
commit
b3de9d5c20
7 changed files with 278 additions and 10 deletions
|
@ -32,6 +32,7 @@ GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
include ../config.make
|
||||
|
||||
# The library to be compiled
|
||||
LIBRARY_NAME=libgnustep-gui
|
||||
|
|
|
@ -68,7 +68,7 @@ ADDITIONAL_OBJCFLAGS = -Wall
|
|||
# ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I../Headers
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../Headers
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
# ADDITIONAL_LDFLAGS =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue