summaryrefslogtreecommitdiffstats
path: root/lib/Utils/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-12 16:17:39 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-12 16:17:39 +0100
commit3938e6e075867ae3a349ba307ee672aa458d2662 (patch)
tree4db5d4c58632519227e535610822f4c8a262c1e4 /lib/Utils/Makefile.am
parentf93fc8bc4c4db4547ca7fcdd6ad67f73e1755873 (diff)
downloadabrt-3938e6e075867ae3a349ba307ee672aa458d2662.tar.gz
abrt-3938e6e075867ae3a349ba307ee672aa458d2662.tar.xz
abrt-3938e6e075867ae3a349ba307ee672aa458d2662.zip
SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but no
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/Makefile.am')
-rw-r--r--lib/Utils/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Utils/Makefile.am b/lib/Utils/Makefile.am
index 0ca7a2b1..f752992d 100644
--- a/lib/Utils/Makefile.am
+++ b/lib/Utils/Makefile.am
@@ -5,13 +5,14 @@ lib_LTLIBRARIES = libABRTUtils.la
# xconnect.cpp
libABRTUtils_la_SOURCES = \
- stringops.cpp \
+ stringops.cpp \
xfuncs.cpp \
encbase64.cpp \
read_write.cpp \
logging.cpp \
copyfd.cpp \
skip_whitespace.cpp \
+ popen_and_save_output.cpp \
parse_release.cpp \
CrashTypesSocket.cpp \
DebugDump.h DebugDump.cpp \