SUBDIRS = $(MODULE_SUBDIR)
DIST_SUBDIRS = module
-bin_PROGRAMS = sysprof-text
+bin_PROGRAMS = sysprof-cli
if BUILD_GUI
bin_PROGRAMS += sysprof
# 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
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.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+* Rename sysprof-text to sysprof-cli
+
* Find out why the samples label won't right adjust
* It crashes sometimes.