debian: Include the .dll file for mod_managed
Note that we don't actually support building mod_managed at this time for Debian. FS-5317 --resolve Thanks-to: Artur Kraev <ravenox@gmail.com>
This commit is contained in:
parent
7973b7be7a
commit
d0a9574fa9
|
@ -777,6 +777,9 @@ print_mod_install () {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
/usr/lib/freeswitch/mod/${1}.so
|
/usr/lib/freeswitch/mod/${1}.so
|
||||||
EOF
|
EOF
|
||||||
|
case "$1" in
|
||||||
|
mod_managed) echo "/usr/lib/freeswitch/mod/FreeSWITCH.Managed.dll" ;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
print_long_filename_override () {
|
print_long_filename_override () {
|
||||||
|
|
Loading…
Reference in New Issue