hack to automatically load ESL.so

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14707 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Raymond Chandler 2009-09-01 03:52:29 +00:00
parent b18a48b43b
commit c465fe2ee8
1 changed files with 1 additions and 0 deletions

View File

@ -26,3 +26,4 @@ reswig: swigclean esl_wrap.cpp
install: ESL.so
cp ESL.so $(shell php-config --extension-dir)
cp ESL.php $(shell php -r 'phpinfo();' | grep include_path | cut -d: -f2)
echo 'extension=ESL.so' > $(shell php-config --configure-options | tr " " "\n" | grep -- --with-config-file-scan-dir | cut -f2 -d=)/esl.ini