[w3m-dev-en 01007]

* libwc/Makefile.in (CFLAGS): need @CPPFLAGS@
This commit is contained in:
Fumitoshi UKAI
2004-05-02 16:44:08 +00:00
parent 5ee509c073
commit c9b1263a85
2 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ top_srcdir=@top_srcdir@
VPATH=$(srcdir):.
LIBRARY = libwc.a
CC=@CC@
CFLAGS = $(OPTS) -I.. -I$(top_srcdir) -I$(srcdir) @CFLAGS@ @WCCFLAGS@ @DEFS@
CFLAGS = $(OPTS) -I.. -I$(top_srcdir) -I$(srcdir) @CFLAGS@ @CPPFLAGS@ @WCCFLAGS@ @DEFS@
AR=ar
RANLIB=@RANLIB@
RM=rm