summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAaron Bockover <abock@src.gnome.org>2007-11-07 18:15:18 +0000
committerAaron Bockover <abock@src.gnome.org>2007-11-07 18:15:18 +0000
commit3aac89ca9fa00242837bf6c5b4764c8ef135592f (patch)
tree7b117545cffed6da9619532de3a4481e557cb615 /Makefile.am
parent5e30dd44f6a1d0bb84dc794b0c3c2e92372a16e3 (diff)
Minor build changes; make exception dialog show chained exceptions
svn path=/trunk/banshee/; revision=2698
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 99af36173..23084bc59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,7 @@ MAINTAINERCLEANFILES = \
mkinstalldirs
run:
- pushd $(top_builddir)/src/Core/Banshee; \
+ pushd $(top_builddir)/src/Core; \
make run; \
popd;