[banshee] build: Add run-mediapanel target to run the MediaPanel UI client



commit cd3e58b6cef01398a163b24d2e1bd2212b65321b
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Oct 20 15:17:05 2013 +0200

    build: Add run-mediapanel target to run the MediaPanel UI client

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 886bdfe..b702333 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,6 +69,9 @@ run-profiled: check-bootstrap-env $(MO_FILES)
 run-logged: check-bootstrap-env $(MO_FILES)
        (cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --uninstalled 
$(BANSHEE_DEV_OPTIONS) | tee last-run-log)
 
+run-mediapanel: check-bootstrap-env $(MO_FILES)
+       (cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) MediaPanel.exe --debug --uninstalled 
$(BANSHEE_DEV_OPTIONS))
+
 run-muinshee: check-bootstrap-env $(MO_FILES)
        (cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Muinshee.exe --debug --uninstalled 
$(BANSHEE_DEV_OPTIONS))
 


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