diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-23 18:26:33 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-23 18:26:33 +0100 |
commit | 3c3d9ab3a7a804d2b0460240a4c96362a14c13ed (patch) | |
tree | bd84dd3b21b1e1e50cdcdc7dd250400c3fd45427 /src/CLI/Makefile.am | |
parent | 13997243816d57f77d7a3e36a26dad784e45d5f9 (diff) | |
download | abrt-3c3d9ab3a7a804d2b0460240a4c96362a14c13ed.tar.gz abrt-3c3d9ab3a7a804d2b0460240a4c96362a14c13ed.tar.xz abrt-3c3d9ab3a7a804d2b0460240a4c96362a14c13ed.zip |
remove socket code, it is dead
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/CLI/Makefile.am')
-rw-r--r-- | src/CLI/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am index d12b69b1..361b64f7 100644 --- a/src/CLI/Makefile.am +++ b/src/CLI/Makefile.am @@ -1,6 +1,5 @@ bin_PROGRAMS = abrt-cli -# removed: ABRTSocket.h ABRTSocket.cpp abrt_cli_SOURCES = \ CLI.cpp \ run-command.h run-command.cpp \ |