aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/README
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-16 16:10:56 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-16 16:10:56 +0000
commitd0dfe7c47be528e7c5dbb530f43f963ae982f100 (patch)
tree50062d297edff52ab4d4a59b19ebed1b708bdd98 /channels/h323/README
parentc48797fccb4ba9b1cf3fffe8bb4009aa06d85cd7 (diff)
add ./configure for the thick headed who can't read documentation...wait will they even read the README?
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2979 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/README')
-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