summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2004-05-16 16:10:56 +0000
committerJeremy McNamara <jj@nufone.net>2004-05-16 16:10:56 +0000
commit3794c9bfefc2e81aa8720dfd0210f7ff9281af0e (patch)
tree50062d297edff52ab4d4a59b19ebed1b708bdd98 /channels
parent1081dc05c2abb68345183656f57863a3206b5e00 (diff)
add ./configure for the thick headed who can't read documentation...wait will they even read the README?
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/h323/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/h323/README b/channels/h323/README
index fce1841bf..8aad19689 100755
--- a/channels/h323/README
+++ b/channels/h323/README
@@ -45,8 +45,10 @@ Example commands to make sure everything gets cleaned and then
rebult in proper order:
cd /path/to/pwlib
+./configure
make clean opt
cd /path/to/openh323
+./configure
make clean opt
cd /path/to/asterisk/channels/h323
make