banshee r3075 - trunk/banshee



Author: gburt
Date: Tue Jan 29 02:27:41 2008
New Revision: 3075
URL: http://svn.gnome.org/viewvc/banshee?rev=3075&view=rev

Log:
2008-01-28  Gabriel Burt  <gabriel burt gmail com>

	* Makefile.am: add --debug to mono call.


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/Makefile.am

Modified: trunk/banshee/Makefile.am
==============================================================================
--- trunk/banshee/Makefile.am	(original)
+++ trunk/banshee/Makefile.am	Tue Jan 29 02:27:41 2008
@@ -46,7 +46,7 @@
 
 run:
 	@pushd bin; \
-	$(MONO) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS); \
+	$(MONO) --debug Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS); \
 	popd;
 
 clean-local:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]