forked from Mirrors/freeswitch
debian: don't distribute .la files with modules
Debian wants rid of .la files, and these module .la files shouldn't be necessary on a Debian system.
This commit is contained in:
parent
52fe417d93
commit
d64c72e88d
|
@ -516,7 +516,6 @@ EOF
|
|||
|
||||
print_mod_install () {
|
||||
cat <<EOF
|
||||
/usr/lib/freeswitch/mod/${1}.la
|
||||
/usr/lib/freeswitch/mod/${1}.so
|
||||
EOF
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue