summaryrefslogtreecommitdiffstats
path: root/src/CLI/Makefile.am
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-06-17 11:49:21 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-06-17 11:49:21 +0200
commitcecaf1e1c25ec33848c9ba03ec5820c07392dfda (patch)
tree69fa487ab66103ce5d07c5b4074effc8231ce9f1 /src/CLI/Makefile.am
parent536c0b4efe3d20bb3351e01e8540730bfbce1eef (diff)
downloadabrt-cecaf1e1c25ec33848c9ba03ec5820c07392dfda.tar.gz
abrt-cecaf1e1c25ec33848c9ba03ec5820c07392dfda.tar.xz
abrt-cecaf1e1c25ec33848c9ba03ec5820c07392dfda.zip
changed name to Command Line Interface
Diffstat (limited to 'src/CLI/Makefile.am')
-rw-r--r--src/CLI/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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