[sysprof/ftrace] Rename sysprof-text to sysprof-cli



commit fb85d2a6ff2a97f4fd4213023ab31a219d8355a8
Author: Søren Sandmann Pedersen <sandmann daimi au dk>
Date:   Sat Aug 15 03:24:52 2009 -0400

    Rename sysprof-text to sysprof-cli

 Makefile.am                     |   10 +++++-----
 TODO                            |    4 ++--
 sysprof-text.c => sysprof-cli.c |    0
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 552e02b..6326ef2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = sysprof-text
+bin_PROGRAMS = sysprof-cli
 
 if BUILD_GUI
 bin_PROGRAMS += sysprof 
@@ -61,16 +61,16 @@ dist_pixmaps_DATA = sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png
 # Command line version
 #
 
-sysprof_text_SOURCES =				\
+sysprof_cli_SOURCES =				\
 	$(SYSPROF_CORE)				\
 	signal-handler.h			\
 	signal-handler.c			\
-	sysprof-text.c
+	sysprof-cli.c
 
-sysprof_text_CPPFLAGS =				\
+sysprof_cli_CPPFLAGS =				\
 	$(CORE_DEP_CFLAGS)
 
-sysprof_text_LDADD = $(CORE_DEP_LIBS)
+sysprof_cli_LDADD = $(CORE_DEP_LIBS)
 
 # 
 # Test programs
diff --git a/TODO b/TODO
index 97e3f5d..b4cde8d 100644
--- a/TODO
+++ b/TODO
@@ -23,8 +23,6 @@ Before 1.0.4:
 
 Before 1.2:
 
-* Rename sysprof-text to sysprof-cli
-
 * Give an informative error message if run as root
 
 * Find out why gtk_tree_view_columns_autosize() apparently doesn't
@@ -868,6 +866,8 @@ Later:
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
+* Rename sysprof-text to sysprof-cli
+
 * Find out why the samples label won't right adjust
 
 * It crashes sometimes.
diff --git a/sysprof-text.c b/sysprof-cli.c
similarity index 100%
rename from sysprof-text.c
rename to sysprof-cli.c



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