[tomboy] Working `make run` support that uses uninstalled add-ins
- From: Sanford Armstrong <sharm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tomboy] Working `make run` support that uses uninstalled add-ins
- Date: Sat, 26 Jun 2010 14:09:47 +0000 (UTC)
commit bfeddee64b6c37542f040ffd3cd908aa7fa26471
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Sat Jun 26 07:02:40 2010 -0700
Working `make run` support that uses uninstalled add-ins
https://bugzilla.gnome.org/show_bug.cgi?id=431833
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c64a771..960e211 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --d
distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf
run: $(PROGRAM)
- cd Tomboy && ./tomboy
+ (cd bin && LD_LIBRARY_PATH="../libtomboy/.libs${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}" mono --debug $(TOMBOY_DEV_MONO_OPTIONS) Tomboy.exe --debug --uninstalled $(TOMBOY_DEV_OPTIONS))
test: all
$(MAKE) -C test test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]