summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2011-03-14 17:22:34 -0500
committerGabriel Burt <gabriel.burt@gmail.com>2011-03-14 17:22:34 -0500
commit0b60db224f45cc205dd47cb8f69869a720ee54cc (patch)
tree7fc17e82ecc8ec64585939ee1042e6e184e54c0a /Makefile.am
parentd26c42ac2ec35319efb41ab9d9be983ae299e5d8 (diff)
build: Reflect Banshee's banshee-1 to banshee change
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 76e637a..c609bdf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,7 @@ clean-local:
run:
(cd bin; mkdir -p addins; cp *.dll* addins/; \
export LD_LIBRARY_PATH=".${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"; \
- banshee-1 --uninstalled --debug $(BANSHEE_DEV_OPTIONS) \
+ banshee --uninstalled --debug $(BANSHEE_DEV_OPTIONS) \
)
test: check