<h1>Project "FreeSWITCH Source" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: b83a30caf68e290239f2d62c01bdc5ba7f8a5e15 (commit)
      from: 0d8e945bd1588650051dca407e6e3e3ff90698e9 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Michal Bielicki - cypromis
comments: 
added python eslmod installation to esl Makefiles

<span style="color: #000080; font-weight: bold">diff --git a/libs/esl/Makefile b/libs/esl/Makefile</span>
<span style="color: #000080; font-weight: bold">index ab50bac..fbc870a 100644</span>
<span style="color: #A00000">--- a/libs/esl/Makefile</span>
<span style="color: #00A000">+++ b/libs/esl/Makefile</span>
<span style="color: #800080; font-weight: bold">@@ -95,4 +95,7 @@ managedmod: $(MYLIB)</span>
 phpmod-install: phpmod
         $(MAKE) -C php install
 
<span style="color: #00A000">+pymod-install: pymod</span>
<span style="color: #00A000">+        $(MAKE) -C python install</span>
<span style="color: #00A000">+</span>
 everymod: perlmod phpmod luamod pymod rubymod javamod managedmod
<span style="color: #000080; font-weight: bold">diff --git a/libs/esl/python/Makefile b/libs/esl/python/Makefile</span>
<span style="color: #000080; font-weight: bold">index 758aeaf..6b7147b 100644</span>
<span style="color: #A00000">--- a/libs/esl/python/Makefile</span>
<span style="color: #00A000">+++ b/libs/esl/python/Makefile</span>
<span style="color: #800080; font-weight: bold">@@ -1,5 +1,6 @@</span>
 LOCAL_CFLAGS=`python ./python-config --includes`
 LOCAL_LDFLAGS=`python ./python-config --ldflags`
<span style="color: #00A000">+SITE_DIR=`python -c &quot;from distutils.sysconfig import get_python_lib; print get_python_lib()&quot;`</span>
 
 all: _ESL.so
 
<span style="color: #800080; font-weight: bold">@@ -12,6 +13,9 @@ esl_wrap.o: esl_wrap.cpp</span>
 _ESL.so: esl_wrap.o
         $(CXX) $(SOLINK) esl_wrap.o $(MYLIB) $(LOCAL_LDFLAGS) -o _ESL.so -L. $(LIBS)
 
<span style="color: #00A000">+install: _ESL.so</span>
<span style="color: #00A000">+        install -o root -g root -m 644 _ESL.so $(SITE_DIR)</span>
<span style="color: #00A000">+</span>
 clean:
         rm -f *.o *.so *~
 
</pre></div>
========================================================================<pre>

Summary of changes:
 libs/esl/Makefile        |    3 +++
 libs/esl/python/Makefile |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>