summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/CLI/Makefile.am6
-rw-r--r--src/Makefile.am2
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index a1036d51..ee521e0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_CONFIG_FILES([
src/Hooks/Makefile
src/Applet/Makefile
src/Gui/Makefile
- src/TUI/Makefile
+ src/CLI/Makefile
inc/Makefile
])
diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am
index cfc16dfd..78c3803f 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 0077ea7c..9269edb5 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