[Freeswitch-svn] [commit] r9832 - freeswitch/trunk/src/mod/languages/mod_managed/managed
Freeswitch SVN
anthm at freeswitch.org
Sat Oct 4 09:48:58 EDT 2008
Author: anthm
Date: Sat Oct 4 09:48:57 2008
New Revision: 9832
Modified:
freeswitch/trunk/src/mod/languages/mod_managed/managed/Makefile
Log:
fix whitespace
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 Sat Oct 4 09:48:57 2008
@@ -1,13 +1,13 @@
all: mod_managed_lib.dll
clean:
- rm -fr mod_managed_lib.dll
+ rm -fr mod_managed_lib.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
+ 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
install: mod_managed_lib.dll
- install mod_managed_lib.dll $(MODINSTDIR)
+ install mod_managed_lib.dll $(MODINSTDIR)
uninstall:
rm -f $(MODINSTDIR)/mod_managed_lib.dll
More information about the Freeswitch-svn
mailing list