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)
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