diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-06-19 18:23:03 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-06-19 18:23:03 -0400 |
commit | cf8dea28bede9af20f1b6b3435a793e91924f4d6 (patch) | |
tree | e6e9d5b563137861d3f9faee0775103c892fba7f /WWW/Library/Implementation/makefile.in | |
parent | 8c48e8845381e727bc11c8c0c44a6a5156d83c29 (diff) | |
download | lynx-snapshots-cf8dea28bede9af20f1b6b3435a793e91924f4d6.tar.gz |
snapshot of project "lynx", label v2-8-8dev_3h
Diffstat (limited to 'WWW/Library/Implementation/makefile.in')
-rw-r--r-- | WWW/Library/Implementation/makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in index a9d87b28..c631b109 100644 --- a/WWW/Library/Implementation/makefile.in +++ b/WWW/Library/Implementation/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.28 2010/04/30 08:20:28 tom Exp $ +# $LynxId: makefile.in,v 1.29 2010/06/19 17:02:35 tom Exp $ # Make WWW under unix for a.n.other unix system (bsd) # Use this as a template @@ -88,11 +88,11 @@ LOB = . # Only needed if HTWAIS.c is to be compiled. Put into your Makefile.include # uncomment these and fill in WAISINC for adding direct wais access # to Lynx. -#HTWAIS_c = $(CMN)/HTWAIS.c -#HTWAIS_o = $(LOB)/HTWAIS$o -#WAIS = YES +@MAKE_WAIS@HTWAIS_c = $(CMN)/HTWAIS.c +@MAKE_WAIS@HTWAIS_o = $(LOB)/HTWAIS$o +@MAKE_WAIS@WAIS = YES #WAISINC = -I../../../../freeWAIS-0.202/ir -#WAISCFLAGS = -DDIRECT_WAIS +@MAKE_WAIS@WAISCFLAGS = -DDIRECT_WAIS # # add -DNEW_GATEWAY here for the new gateway config stuff |