diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-12 18:13:47 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-12 18:13:47 +0100 |
commit | 3c50cb18a117201176b300eca1a8c2df938bb0b3 (patch) | |
tree | 2dad8573a922952af1a60bacb54630386188000e /lib/Utils/Makefile.am | |
parent | 6b0cfeb6501a0d89af7b68b667c8a40815d6e125 (diff) | |
download | abrt-3c50cb18a117201176b300eca1a8c2df938bb0b3.tar.gz abrt-3c50cb18a117201176b300eca1a8c2df938bb0b3.tar.xz abrt-3c50cb18a117201176b300eca1a8c2df938bb0b3.zip |
disable compilation of the rest of socket code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/Makefile.am')
-rw-r--r-- | lib/Utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/Makefile.am b/lib/Utils/Makefile.am index f752992d..eae41483 100644 --- a/lib/Utils/Makefile.am +++ b/lib/Utils/Makefile.am @@ -4,6 +4,7 @@ lib_LTLIBRARIES = libABRTUtils.la # time.cpp # xconnect.cpp +# removed: CrashTypesSocket.cpp libABRTUtils_la_SOURCES = \ stringops.cpp \ xfuncs.cpp \ @@ -14,7 +15,6 @@ libABRTUtils_la_SOURCES = \ skip_whitespace.cpp \ popen_and_save_output.cpp \ parse_release.cpp \ - CrashTypesSocket.cpp \ DebugDump.h DebugDump.cpp \ CommLayerInner.h CommLayerInner.cpp \ abrt_dbus.h abrt_dbus.cpp \ |