diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-21 18:51:48 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-21 18:51:48 +0000 |
commit | cba7edc34ec9f4a2faca36736ce3157c44ebc3b3 (patch) | |
tree | de7f3442ac3a93b77511389ef341420bcce43962 /XMakefile | |
parent | [w3m-dev 02479] #ifdef cleanups (diff) | |
download | w3m-cba7edc34ec9f4a2faca36736ce3157c44ebc3b3.tar.gz w3m-cba7edc34ec9f4a2faca36736ce3157c44ebc3b3.zip |
[w3m-dev 02480] new configure
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'XMakefile')
-rw-r--r-- | XMakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $Id: XMakefile,v 1.9 2001/11/21 09:42:23 ukai Exp $ +# $Id: XMakefile,v 1.10 2001/11/21 18:51:48 ukai Exp $ SRCS=main.c file.c buffer.c display.c etc.c search.c linein.c table.c local.c \ form.c map.c frame.c rc.c menu.c mailcap.c\ func.c cookie.c history.c backend.c $(KEYBIND_SRC) @@ -26,7 +26,7 @@ SUBDIRS = $(SCRIPTSUBDIRS) INCLUDES=-I. DEFS=$(INCLUDES) # -DDEBUG -CFLAGS=$(MYCFLAGS) $(DEFS) +CFLAGS=$(OPTS) $(MYCFLAGS) $(DEFS) LIBS=-L. -lindep $(GCLIB) $(MATHLIB) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) LIBS2=-L. -lindep $(GCLIB) $(LOCAL_LIBRARIES) INSTALL=sh install.sh |