[f-spot] [build] Add make run target
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] [build] Add make run target
- Date: Sat, 15 May 2010 01:12:31 +0000 (UTC)
commit 2399999b0d77289884c6108ddf039895fc49a688
Author: Gabriel Burt <gabriel burt gmail com>
Date: Fri May 14 18:12:11 2010 -0700
[build] Add make run target
Makefile.am | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a6dc2aa..56f8a61 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,12 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
install-data-local:
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
+run:
+ @pushd src/; \
+ ./f-spot --uninstalled --debug; \
+ popd;
+
+
if ENABLE_TESTS
test:
@pushd tests/src/; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]