summaryrefslogtreecommitdiffstats
path: root/WWW/Library/Implementation/makefile.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:36:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:36:21 +0000
commit2ee7775ccfde81ab26358da5d06fa4a8130f6d92 (patch)
tree393a6873c4d7b9bd0d8906862aaf3f596e2fbd95 /WWW/Library/Implementation/makefile.in
parentAdding upstream version 2.9.0rel.0. (diff)
downloadlynx-2ee7775ccfde81ab26358da5d06fa4a8130f6d92.tar.xz
lynx-2ee7775ccfde81ab26358da5d06fa4a8130f6d92.zip
Adding upstream version 2.9.1.upstream/2.9.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'WWW/Library/Implementation/makefile.in')
-rw-r--r--WWW/Library/Implementation/makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in
index 0b467d7..44de1c7 100644
--- a/WWW/Library/Implementation/makefile.in
+++ b/WWW/Library/Implementation/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.35 2021/07/16 20:01:00 tom Exp $
+# $LynxId: makefile.in,v 1.36 2024/03/17 22:13:00 tom Exp $
# Make WWW under unix for a.n.other unix system (bsd)
# Use this as a template
@@ -31,15 +31,13 @@ RANLIB = @RANLIB@
o = .@OBJEXT@
x = @EXEEXT@
-INTLDIR_CPPFLAGS= @INTLDIR_CPPFLAGS@ -I$(top_srcdir)/intl
-
CPP = @CPP@
CPPOPTS = $(DEFS) $(LYFLAGS) \
-I../../.. \
-I../../../src \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
- $(INTLDIR_CPPFLAGS) -I$(WWWINC) $(EXTRA_CPPFLAGS) $(CPPFLAGS)
+ -I$(WWWINC) $(EXTRA_CPPFLAGS) $(CPPFLAGS)
LY_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
CFLAGS = $(CPPOPTS) $(LY_CFLAGS)