Rename sysprof-text to sysprof-cli

This commit is contained in:
Søren Sandmann Pedersen
2009-08-15 03:24:52 -04:00
committed by Søren Sandmann Pedersen
parent d65e0e57bb
commit 1e332ab35a
3 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
SUBDIRS = $(MODULE_SUBDIR) SUBDIRS = $(MODULE_SUBDIR)
DIST_SUBDIRS = module DIST_SUBDIRS = module
bin_PROGRAMS = sysprof-text bin_PROGRAMS = sysprof-cli
if BUILD_GUI if BUILD_GUI
bin_PROGRAMS += sysprof bin_PROGRAMS += sysprof
@ -66,16 +66,16 @@ dist_pixmaps_DATA = sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png
# Command line version # Command line version
# #
sysprof_text_SOURCES = \ sysprof_cli_SOURCES = \
$(SYSPROF_CORE) \ $(SYSPROF_CORE) \
signal-handler.h \ signal-handler.h \
signal-handler.c \ signal-handler.c \
sysprof-text.c sysprof-cli.c
sysprof_text_CPPFLAGS = \ sysprof_cli_CPPFLAGS = \
$(CORE_DEP_CFLAGS) $(CORE_DEP_CFLAGS)
sysprof_text_LDADD = $(CORE_DEP_LIBS) sysprof_cli_LDADD = $(CORE_DEP_LIBS)
# #
# Module stuff # Module stuff

4
TODO
View File

@ -23,6 +23,8 @@ Before 1.0.4:
Before 1.2: Before 1.2:
* Give an informative error message if run as root
* Find out why gtk_tree_view_columns_autosize() apparently doesn't * Find out why gtk_tree_view_columns_autosize() apparently doesn't
work on empty tree views. work on empty tree views.
@ -842,6 +844,8 @@ Later:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* Rename sysprof-text to sysprof-cli
* Find out why the samples label won't right adjust * Find out why the samples label won't right adjust
* It crashes sometimes. * It crashes sometimes.