mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 02:38:54 -04:00
18 lines
517 B
Plaintext
18 lines
517 B
Plaintext
$NetBSD: patch-ab,v 1.3 1999/11/13 07:31:40 jlam Exp $
|
|
|
|
--- examples/Makefile.orig Wed Feb 3 19:43:27 1999
|
|
+++ examples/Makefile Tue Nov 2 01:39:14 1999
|
|
@@ -11,10 +11,10 @@
|
|
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)
|