Adjust build for libzrtp changes

libzrtp now builds from its root directory rather from projects/gnu.
This commit is contained in:
Travis Cross
2013-02-10 23:47:38 +00:00
parent b03636f0cf
commit e5a1b54e9e
3 changed files with 6 additions and 6 deletions

View File

@@ -347,7 +347,7 @@ bootstrap_apr() {
}
bootstrap_libzrtp() {
(cd ${LIBDIR}/libzrtp/projects/gnu && ./bootstrap.sh)
(cd ${LIBDIR}/libzrtp && ./bootstrap.sh)
}
# Libs automake automation function