summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-06-22 13:59:20 +0000
committerErwin Nindl <nine@wirdorange.org>2007-06-22 13:59:20 +0000
commit0275479cb56c7f562f3513fef66c83fc44d1d8c9 (patch)
treef6fbb703cebf62d18b05e2a5e7591ac08c5b6702 /configure
parentsatp internet draft 00 final ietf version (diff)
added libsrtp to svn
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 555c460..c8bb9a7 100755
--- a/configure
+++ b/configure
@@ -2,3 +2,7 @@
cd openvpn
./configure --disable-lzo --disable-crypto
cd ..
+
+cd srtp
+./configure
+cd ..