blob: bbf821990a1bb8755c2148d4dc4573c9caa2fae6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2000/08/25 16:11:14 mjl Exp $
--- samples/simple/Makefile.orig Thu Aug 24 17:31:34 2000
+++ samples/simple/Makefile Thu Aug 24 17:31:57 2000
@@ -33,7 +33,7 @@
PWLIBDIR=$(HOME)/pwlib
endif
-include $(PWLIBDIR)/make/ptlib.mak
+include $(PWLIBDIR)/share/pwlib/make/ptlib.mak
ifndef OPENH323DIR
OPENH323DIR=$(HOME)/openh323
|