chuck 96/10/09 10:18:29
Modified: src/modules/proxy Makefile
Log:
Add -I reference to the regex lib directory, required when building with
our (Henry's) regex library.
Revision Changes Path
1.6 +2 -2 apache/src/modules/proxy/Makefile
Index: Makefile
===================================================================
RCS file: /export/home/cvs/apache/src/modules/proxy/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** Makefile 1996/10/09 14:52:54 1.5
--- Makefile 1996/10/09 17:18:28 1.6
***************
*** 50,56 ****
#
# Makefile for the Apache proxy library
#
! # $Id: Makefile,v 1.5 1996/10/09 14:52:54 chuck Exp $
#
SHELL = /bin/sh
--- 50,56 ----
#
# Makefile for the Apache proxy library
#
! # $Id: Makefile,v 1.6 1996/10/09 17:18:28 chuck Exp $
#
SHELL = /bin/sh
***************
*** 60,66 ****
LIB=libproxy.a
# AUX_CFLAGS comes from higher level Makefile
! CFLAGS=-I. -I$(INCDIR) $(AUX_CFLAGS)
# Internal stuff, should not need changing.
PROXYSRC=mod_proxy.c proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c
\
--- 60,66 ----
LIB=libproxy.a
# AUX_CFLAGS comes from higher level Makefile
! CFLAGS=-I. -I$(INCDIR) -I$(INCDIR)/regex $(AUX_CFLAGS)
# Internal stuff, should not need changing.
PROXYSRC=mod_proxy.c proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c
\