mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
Add extra includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@10793 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b2f1e88a6c
commit
6b85738709
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-08-28 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* GSWExtensions.framework/Makefile.preamble: Add GSWeb framework
|
||||
include
|
||||
* GSWExtensionsGSW.framework/Makefile.preamble: Likewise
|
||||
* GSWAdaptors/Apache/GNUmakefile (APACHEHEADERS): Add include.
|
||||
|
||||
2001-08-20 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Update for changes in gsantlr and use of antlr 2.7.1
|
||||
|
|
|
@ -42,7 +42,7 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
APACHEHEADERS := -I/usr/apache/include -I/usr/include/apache -I/usr/local/include/apache -I/usr/lib/apache/include -I/usr/local/include
|
||||
APACHEHEADERS := -I/usr/apache/include -I/usr/include/apache -I/usr/local/include/apache -I/usr/lib/apache/include -I/usr/local/apache/include -I/usr/local/include
|
||||
|
||||
APXS := $(APXS) -l PropList -L/usr/local/lib
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ endif
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I$(GNUSTEP_SYSTEM_ROOT)/db -I../..
|
||||
ADDITIONAL_INCLUDE_DIRS = -I$(GNUSTEP_SYSTEM_ROOT)/db -I../.. -I../GSWeb.framework/derived_src
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ifeq ($(debug), yes)
|
||||
|
|
|
@ -46,7 +46,7 @@ endif
|
|||
ADDITIONAL_CFLAGS =
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = -I$(GNUSTEP_SYSTEM_ROOT)/db -I../..
|
||||
ADDITIONAL_INCLUDE_DIRS = -I$(GNUSTEP_SYSTEM_ROOT)/db -I../.. -I../GSWeb.framework/derived_src
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ifeq ($(debug), yes)
|
||||
|
|
Loading…
Reference in a new issue