summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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 ..