2714393715
XmHTML is a high performance Motif Widget capable of displaying HTML 3.2 conforming text. WWW: http://www.xs4all.nl/~ripley/XmHTML MAINTAINER= Nikolay Sturm <Nikolay.Sturm@desy.de>
17 lines
581 B
Plaintext
17 lines
581 B
Plaintext
$OpenBSD: patch-examples_Makefile,v 1.1.1.1 2001/07/13 17:50:45 pvalchev Exp $
|
|
--- examples/Makefile.orig Thu Feb 4 01:43:27 1999
|
|
+++ examples/Makefile Sat Jun 30 23:40:16 2001
|
|
@@ -11,10 +11,10 @@ MOBJS= visual.o misc.o cache.o menu.o hi
|
|
EXAMPLES=example_1 example_2 example_4
|
|
|
|
# The XmHTML library
|
|
-XMHTMLLIB = -L../lib -lXmHTML
|
|
+XMHTMLLIB = ../lib/libXmHTML.la
|
|
|
|
# Richard Offer's http client-side library
|
|
-HTTPLIB = -L../http -lhttp
|
|
+HTTPLIB = ../http/libhttp.la
|
|
|
|
# Libraries against which all examples are linked
|
|
LINKLIBS = $(XMHTMLLIB) $(LOADLIBES) $(DMALLOCLIB)
|