<div dir="ltr">Oops, thank you for creating the patch. I completely forgot. Next time help me out by opening a Jira<br></div><div class="gmail_extra"><br clear="all"><div>Joćo Mesquita<br>FreeSWITCH™ Solutions<br></div>
<br><br><div class="gmail_quote">On Thu, Jul 25, 2013 at 11:52 AM, arif hossain <span dir="ltr">&lt;<a href="mailto:aftnix@live.com" target="_blank">aftnix@live.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This patch fixes the fscomm build.<br>
<br>
diff --git a/fscomm/FSComm.pro b/fscomm/FSComm.pro<br>
index 05819d5..667c8fb 100644<br>
--- a/fscomm/FSComm.pro<br>
+++ b/fscomm/FSComm.pro<br>
@@ -11,7 +11,8 @@ macx:TARGET = FSComm<br>
 TEMPLATE = app<br>
 INCLUDEPATH = ../src/include \<br>
     ../libs/apr/include \<br>
-    ../libs/libteletone/src<br>
+    ../libs/libteletone/src \<br>
+    ../libs/stfu/<br>
 LIBS = -L../.libs \<br>
     -lfreeswitch \<br>
     -lm<br>
arif@khost:~/src/freeswitch$ git diff&gt; fscomm.patch<br>
arif@khost:~/src/freeswitch$ cat fscomm.patch <br>
diff --git a/fscomm/FSComm.pro b/fscomm/FSComm.pro<br>
index 05819d5..667c8fb 100644<br>
--- a/fscomm/FSComm.pro<br>
+++ b/fscomm/FSComm.pro<br>
@@ -11,7 +11,8 @@ macx:TARGET = FSComm<br>
 TEMPLATE = app<br>
 INCLUDEPATH = ../src/include \<br>
     ../libs/apr/include \<br>
-    ../libs/libteletone/src<br>
+    ../libs/libteletone/src \<br>
+    ../libs/stfu/<br>
 LIBS = -L../.libs \<br>
     -lfreeswitch \<br>
     -lm<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>