summaryrefslogtreecommitdiff
path: root/x11/XmHTML/patches/patch-ac
blob: 6716c24511cb60bd572a92981ccfdcc2e98de440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
$NetBSD: patch-ac,v 1.2 1999/10/31 12:08:27 mrg Exp $

diff -ru /tmp/XmHTML-1.1.5/examples/Imakefile XmHTML-1.1.5/examples/Imakefile
--- /tmp/XmHTML-1.1.5/examples/Imakefile	Fri Mar 13 09:53:27 1998
+++ XmHTML-1.1.5/examples/Imakefile	Sun Oct 31 21:01:09 1999
@@ -24,23 +24,23 @@
 XCOMM
 
 #if DebugLibXmHTML
-   XMHTMLLIB = $(BUILDINCTOP)/src/libXmHTML_d.a
+   XMHTMLLIB = $(TOP)/src/libXmHTML_d.a
    DEPLIB    = $(XMHTMLLIB)
 #else
 #if SharedLibXmHTML
-   XMHTMLLIB = -L$(BUILDINCTOP)/src -lXmHTML
+   XMHTMLLIB = -L$(TOP)/src -lXmHTML
 #else
-   XMHTMLLIB = $(BUILDINCTOP)/src/libXmHTML.a
+   XMHTMLLIB = $(TOP)/src/libXmHTML.a
    DEPLIB    = $(XMHTMLLIB)
 #endif
 #endif
-XCOMM    INCLUDES = -I$(BUILDINCTOP)/include $(DMALLOCINC)
+XCOMM    INCLUDES = -I$(TOP)/include $(DMALLOCINC)
      DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
 
 XCOMM
 XCOMM Richard's http client-side library (used by example_4)
 XCOMM
-HTTPLIB = -L$(BUILDINCTOP)/http -lhttp
+HTTPLIB = -L$(TOP)/http -lhttp
 
 XCOMM required libraries
 LOCAL_LIBS = $(XMHTMLLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB)
@@ -54,7 +54,7 @@
 SRCS = example_1.c example_2.c example_4.c
 
 OBJS1 = example_1.o
-OBJS2 = example_2.o $(MOBJS)
+OBJS2 = example_2.o $(MOBJS) history.o
 OBJS4 = example_4.o
 
 AllTarget(example_1 example_2 example_4)