add mod_perl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@741 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-03-03 17:04:41 +00:00
parent 32a7b3c2ca
commit 983403ad86

View File

@ -44,3 +44,4 @@ install:
mkdir -p $(PREFIX)/perl
cp -f $(MODNAME).so $(PREFIX)/mod
cp -f fs_perl.so fs_perl.pm $(PREFIX)/perl
if [ ! -f $(PREFIX)/perl/freeswitch.pm ] ; then cp -f freeswitch.pm $(PREFIX)/perl ; fi