[Freeswitch-svn] [commit] r12123 - in freeswitch/trunk/libs/esl: . php
FreeSWITCH SVN
anthm at freeswitch.org
Tue Feb 17 15:32:18 PST 2009
Author: anthm
Date: Tue Feb 17 17:32:18 2009
New Revision: 12123
Log:
tweak makefile
Modified:
freeswitch/trunk/libs/esl/Makefile
freeswitch/trunk/libs/esl/php/Makefile
Modified: freeswitch/trunk/libs/esl/Makefile
==============================================================================
--- freeswitch/trunk/libs/esl/Makefile (original)
+++ freeswitch/trunk/libs/esl/Makefile Tue Feb 17 17:32:18 2009
@@ -63,7 +63,7 @@
make MYLIB="../$(MYLIB)" SOLINK="$(SOLINK)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CXX_CFLAGS="$(CXX_CFLAGS)" -C perl
phpmod: $(MYLIB)
- make MYLIB="../$(MYLIB)" SOLINK="$(SOLINK)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CXX_CFLAGS="$(CXX_CFLAGS)" -C php
+ make MYLIB="../$(MYLIB)" SOLINK="$(SOLINK)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CXX_CFLAGS="$(CXX_CFLAGS)" -C php install
luamod: $(MYLIB)
make MYLIB="../$(MYLIB)" SOLINK="$(SOLINK)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CXX_CFLAGS="$(CXX_CFLAGS)" -C lua
Modified: freeswitch/trunk/libs/esl/php/Makefile
==============================================================================
--- freeswitch/trunk/libs/esl/php/Makefile (original)
+++ freeswitch/trunk/libs/esl/php/Makefile Tue Feb 17 17:32:18 2009
@@ -20,6 +20,6 @@
reswig: swigclean esl_wrap.cpp
-install:
+install: ESL.so
cp ESL.so $(shell php-config --extension-dir)
cp ESL.php $(shell php -r 'phpinfo();' | grep include_path | cut -d: -f2)
More information about the Freeswitch-svn
mailing list