Fix CPPFLAGS when building against httpd src libs.

This commit is contained in:
brectanus
2008-01-29 21:11:51 +00:00
parent 764fe94ab0
commit 229b1f9db6
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ APU_LDFLAGS = @APU_LDFLAGS@
APU_LIBS = @APU_LIBS@
APU_LINK_LD = @APU_LINK_LD@
CPPFLAGS=$(PCRE_CFLAGS) $(LIBXML_CFLAGS) $(LUA_CFLAGS)
CPPFLAGS=@CPPFLAGS@ $(PCRE_CFLAGS) $(LIBXML_CFLAGS) $(LUA_CFLAGS)
LIBS=$(PCRE_LIBS) $(LIBXML_LIBS) $(LUA_LIBS)
LDFLAGS=