blob: 7d96dc8ffd567b0964bf2d3e133e4b8fa1d3ddb5 (
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
44
45
46
47
48
49
50
51
52
|
--- Makefile.orig 2004-02-18 22:09:49.000000000 +0100
+++ Makefile 2004-02-18 22:11:11.000000000 +0100
@@ -44,13 +44,13 @@
# Set PWLIBDIR variable to the directory containing the sources of
# PWlib library.
#
-PWLIBDIR=/root/src/oh323/pwlib
+PWLIBDIR=/usr/share/pwlib
#
# Set OPENH323LIBDIR variable to the directory containing the sources of
# OpenH323 library.
#
-OPENH323DIR=/root/src/oh323/openh323
+OPENH323DIR=/usr/share/openh323
#
# Set ASTERISKSRCDIR variable to the directory where ASTERISK's source files
@@ -76,7 +76,7 @@
# LD_LIBRARY_PATH shell variable, or to the /etc/ld.so.conf
# file and run "ldconfig".
#
-OH323WRAPLIBDIR=$(DESTDIR)/usr/local/lib
+OH323WRAPLIBDIR=$(DESTDIR)/usr/lib
#
# Set SSLINCDIR variable to the directory where ssl/crypto
@@ -158,7 +158,7 @@
OPENH323USERFLAGS += P_PTHREADS=1
endif
OPENH323FLAGS=$(shell make $(OPENH323USERFLAGS) --no-print-directory -s \
- -C $(OPENH323DIR) \
+ -C $(OPENH323DIR) -f openh323u.mak \
PWLIBDIR=$(PWLIBDIR) OPENH323DIR=$(OPENH323DIR) ccflags)
CPPFLAGS=$(OPENH323FLAGS) -Wall
ASTERISKINCLUDE=-I$(ASTERISKSRCDIR)/include -I../wrapper
--- Makefile.orig 2004-03-11 20:07:41.000000000 +0100
+++ Makefile 2004-03-11 20:08:21.000000000 +0100
@@ -133,10 +133,10 @@
TOUCH=touch
AR=ar
OH323WRAPINCLUDE=-I$(SSLINCDIR) \
- -I$(PWLIBDIR)/include/ptlib/unix \
-I$(PWLIBDIR)/include \
- -I$(OPENH323DIR)/include \
- -I$(OPENH323DIR)/include/openh323 \
+ -I$(PWLIBDIR)/include/ptlib/unix \
+ -I/usr/include/openh323 \
+ -I/usr/include \
-I../asterisk-driver
OPENH323USERFLAGS=
ifdef NOVIDEO
|