[Freeswitch-svn] [commit] r2528 - freeswitch/branches/docelmo/trunk/src/mod/languages/mod_elmoscript

Freeswitch SVN docelmo at freeswitch.org
Tue Sep 5 22:56:45 EDT 2006


Author: docelmo
Date: Tue Sep  5 22:56:45 2006
New Revision: 2528

Modified:
   freeswitch/branches/docelmo/trunk/src/mod/languages/mod_elmoscript/switch_swig.i

Log:


Modified: freeswitch/branches/docelmo/trunk/src/mod/languages/mod_elmoscript/switch_swig.i
==============================================================================
--- freeswitch/branches/docelmo/trunk/src/mod/languages/mod_elmoscript/switch_swig.i	(original)
+++ freeswitch/branches/docelmo/trunk/src/mod/languages/mod_elmoscript/switch_swig.i	Tue Sep  5 22:56:45 2006
@@ -1,9 +1,9 @@
 // gd.i
 %module fs_elmoscript
 %{
-#include "switch.h"
+#include "/usr/local/freeswitch/include/switch.h"
 %}
 
 // Grab the gd.h header file
-%include "switch.h"
+%include "/usr/local/freeswitch/include/switch.h"
 



More information about the Freeswitch-svn mailing list