fix whitespace

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9832 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-10-04 13:48:57 +00:00
parent e381da0e15
commit 145b55ed74
1 changed files with 3 additions and 3 deletions

View File

@ -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