-all: mod_managed_lib.dll\r
+all: FreeSWITCH.Managed.dll\r
\r
clean:\r
- rm -fr mod_managed_lib.dll\r
+ rm -fr FreeSWITCH.Managed.dll\r
\r
-mod_managed_lib.dll: Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs\r
- 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\r
+FreeSWITCH.Managed.dll: Loader.cs ManagedSession.cs ApiFunction.cs AppFunction.cs Extensions.cs Log.cs Demo.cs swig.cs\r
+ 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\r
\r
-install: mod_managed_lib.dll\r
- $(INSTALL) mod_managed_lib.dll $(DESTDIR)$(MODINSTDIR)\r
+install: FreeSWITCH.Managed.dll\r
+ $(INSTALL) FreeSWITCH.Managed.dll $(DESTDIR)$(MODINSTDIR)\r
\r
uninstall:\r
- $(UNINSTALL) $(MODINSTDIR)/mod_managed_lib.dll\r
+ $(UNINSTALL) $(MODINSTDIR)/FreeSWITCH.Managed.dll\r
\r