[hamster-applet] command line client, initial version with a few quirks



commit a7a078daf93716df942e83b70f8c47e9e085ba61
Author: Matías Ribecky <matias mribecky com ar>
Date:   Sun Apr 11 15:32:00 2010 +0100

    command line client, initial version with a few quirks

 src/Makefile.am |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 3d12240..4da980c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,11 @@ CPPFLAGS = \
 hamster-applet: hamster-applet.py
 	$(AM_V_GEN)sed -e "s|\ PYTHONDIR\@|$(pyexecdir)|" $< > $@
 
+hamster-client: hamster-client.py
+	$(AM_V_GEN)sed -e "s|__DEBUG__ = True|__DEBUG__ = False|" \
+				   -e "s|\ PYTHONDIR\@|$(pyexecdir)|" \
+				   $< > $@
+
 hamsterlibdir = $(libdir)/hamster-applet
 hamsterlib_SCRIPTS = hamster-applet
 
@@ -14,10 +19,12 @@ hamsterlib_SCRIPTS = hamster-applet
 hamsterbindir = $(bindir)
 hamsterbin_SCRIPTS = \
 	hamster-standalone \
-	gnome-time-tracker
+	gnome-time-tracker \
+	hamster-client
 
 BUILT_SOURCES = \
-	hamster-applet
+	hamster-applet \
+	hamster-client
 
 CLEANFILES = \
 	$(BUILT_SOURCES)
@@ -28,4 +35,5 @@ DISTCLEANFILES = \
 EXTRA_DIST = \
 	hamster-applet.py \
 	hamster-standalone \
-	gnome-time-tracker
+	gnome-time-tracker \
+	hamster-client.py



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