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>
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
$OpenBSD: patch-book_Makefile,v 1.1.1.1 2001/07/13 17:50:45 pvalchev Exp $
|
|
--- book/Makefile.orig Thu Feb 4 01:43:27 1999
|
|
+++ book/Makefile Sat Jun 30 23:39:51 2001
|
|
@@ -12,7 +12,7 @@ EXAMPLES=simple_html simple_html2 autosi
|
|
|
|
# The library
|
|
XMHTMLINC= -I../lib
|
|
-XMHTMLLIB= -L../lib -lXmHTML
|
|
+XMHTMLLIB= ../lib/libXmHTML.la
|
|
LINKLIBS = $(XMHTMLLIB) $(LOADLIBES) $(DMALLOCLIB)
|
|
|
|
# rule to create .o files from .c files
|