summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2008-01-29 02:27:41 +0000
committerGabriel Burt <gburt@src.gnome.org>2008-01-29 02:27:41 +0000
commit7c20e60be653f56b4654fa7f341d62a844191b0e (patch)
tree4cd009de7d54f603af25312b1a662eccab55be70 /Makefile.am
parent5e7de2387d258bde8bfb70fccd9717c3a307ff23 (diff)
add --debug to mono call.
2008-01-28 Gabriel Burt <gabriel.burt@gmail.com> * Makefile.am: add --debug to mono call. svn path=/trunk/banshee/; revision=3075
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1ee5d35f4..26be7e1de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ MAINTAINERCLEANFILES = \
run:
@pushd bin; \
- $(MONO) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS); \
+ $(MONO) --debug Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS); \
popd;
clean-local: