]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix Makefile for managed - thanks Lukasz Z
authorMichael Giagnocavo <mgg@giagnocavo.net>
Sun, 13 Sep 2009 22:03:06 +0000 (22:03 +0000)
committerMichael Giagnocavo <mgg@giagnocavo.net>
Sun, 13 Sep 2009 22:03:06 +0000 (22:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14842 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_managed/managed/Makefile

index f5f46d07bd4e262c9e29e666ca5eb3a61aeb9f50..160cf620e276e08108cdb7fa9d3ef5ee5a6c3984 100644 (file)
@@ -4,7 +4,7 @@ clean:
        rm -fr FreeSWITCH.Managed.dll\r
 \r
 FreeSWITCH.Managed.dll: AssemblyInfo.cs Extensions.cs Loader.cs Log.cs ManagedSession.cs PluginInterfaces.cs PluginManager.cs ScriptPluginManager.cs swig.cs\r
-       gmcs -target:library -out:FreeSWITCH.Managed.dll AssemblyInfo.cs Extensions.cs Loader.cs Log.cs ManagedSession.cs PluginInterfaces.cs PluginManager.cs ScriptPluginManager.cs swig.cs\r
+       gmcs -target:library -out:FreeSWITCH.Managed.dll AssemblyInfo.cs Extensions.cs Loader.cs Log.cs ManagedSession.cs PluginInterfaces.cs PluginManager.cs ScriptPluginManager.cs ChannelVariables.cs swig.cs\r
 \r
 install: FreeSWITCH.Managed.dll\r
        $(INSTALL) FreeSWITCH.Managed.dll $(DESTDIR)$(MODINSTDIR)\r