*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6893 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2000-07-08 17:12:54 +00:00
parent 0f4a4ec247
commit 8117454aa8
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2000-03-31 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWAdaptors/Apache/GNUmakefile: added -I/usr/include/apache in APACHEHEADERS
2000-06-20 Karl Kraft <karl@nfox.com>
* GSWCheckBoxList.m Added support for the disabled key.

View file

@ -42,7 +42,7 @@ else
endif
endif
APACHEHEADERS := -I/usr/apache/include -I/usr/local/include/apache -I/usr/lib/apache/include
APACHEHEADERS := -I/usr/apache/include -I/usr/include/apache -I/usr/local/include/apache -I/usr/lib/apache/include
APXS := $(APXS) -l PropList -L/usr/local/lib