From cecaf1e1c25ec33848c9ba03ec5820c07392dfda Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 17 Jun 2009 11:49:21 +0200 Subject: changed name to Command Line Interface --- src/CLI/Makefile.am | 6 +++--- src/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am index cfc16df..78c3803 100644 --- a/src/CLI/Makefile.am +++ b/src/CLI/Makefile.am @@ -1,3 +1,3 @@ -bin_PROGRAMS = abrt-cmd -abrt_cmd_SOURCES = ABRTSocket.cpp ABRTSocket.h Cmd.cpp -abrt_cmd_CPPFLAGS = -I$(srcdir)/../../inc \ No newline at end of file +bin_PROGRAMS = abrt-cli +abrt_cli_SOURCES = ABRTSocket.cpp ABRTSocket.h CLI.cpp +abrt_cli_CPPFLAGS = -I$(srcdir)/../../inc \ No newline at end of file diff --git a/src/Makefile.am b/src/Makefile.am index 0077ea7..9269edb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1 +1 @@ -SUBDIRS = Hooks Daemon Applet Gui TUI \ No newline at end of file +SUBDIRS = Hooks Daemon Applet Gui CLI \ No newline at end of file -- cgit