[Freeswitch-svn] [commit] r11218 - freeswitch/trunk/src/mod/languages/mod_managed/managed
FreeSWITCH SVN
michaelgg at freeswitch.org
Wed Jan 14 21:36:45 PST 2009
Author: michaelgg
Date: Wed Jan 14 23:36:45 2009
New Revision: 11218
Log:
Fix DLL name in Makefile
Modified:
freeswitch/trunk/src/mod/languages/mod_managed/managed/Makefile
Modified: freeswitch/trunk/src/mod/languages/mod_managed/managed/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_managed/managed/Makefile (original)
+++ freeswitch/trunk/src/mod/languages/mod_managed/managed/Makefile Wed Jan 14 23:36:45 2009
@@ -1,14 +1,14 @@
-all: mod_managed_lib.dll
+all: FreeSWITCH.Managed.dll
clean:
- rm -fr mod_managed_lib.dll
+ rm -fr FreeSWITCH.Managed.dll
-mod_managed_lib.dll: Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs
- gmcs -target:library -out:mod_managed_lib.dll -d:DEBUG Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs
+FreeSWITCH.Managed.dll: Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs
+ gmcs -target:library -out:FreeSWITCH.Managed.dll -d:DEBUG Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs
-install: mod_managed_lib.dll
- $(INSTALL) mod_managed_lib.dll $(DESTDIR)$(MODINSTDIR)
+install: FreeSWITCH.Managed.dll
+ $(INSTALL) FreeSWITCH.Managed.dll $(DESTDIR)$(MODINSTDIR)
uninstall:
- $(UNINSTALL) $(MODINSTDIR)/mod_managed_lib.dll
+ $(UNINSTALL) $(MODINSTDIR)/FreeSWITCH.Managed.dll
More information about the Freeswitch-svn
mailing list