mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Rename sysprof-text to sysprof-cli
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
d65e0e57bb
commit
1e332ab35a
10
Makefile.am
10
Makefile.am
@ -1,7 +1,7 @@
|
||||
SUBDIRS = $(MODULE_SUBDIR)
|
||||
DIST_SUBDIRS = module
|
||||
|
||||
bin_PROGRAMS = sysprof-text
|
||||
bin_PROGRAMS = sysprof-cli
|
||||
|
||||
if BUILD_GUI
|
||||
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
|
||||
#
|
||||
|
||||
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)
|
||||
|
||||
#
|
||||
# Module stuff
|
||||
|
||||
4
TODO
4
TODO
@ -23,6 +23,8 @@ Before 1.0.4:
|
||||
|
||||
Before 1.2:
|
||||
|
||||
* Give an informative error message if run as root
|
||||
|
||||
* Find out why gtk_tree_view_columns_autosize() apparently doesn't
|
||||
work on empty tree views.
|
||||
|
||||
@ -842,6 +844,8 @@ Later:
|
||||
|
||||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
|
||||
* Rename sysprof-text to sysprof-cli
|
||||
|
||||
* Find out why the samples label won't right adjust
|
||||
|
||||
* It crashes sometimes.
|
||||
|
||||
Reference in New Issue
Block a user