diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-06 22:23:11 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-06 22:23:11 +0100 |
commit | 4ceb3715a3a6b752009627b0dc6a1974664c03a1 (patch) | |
tree | 8c96d097e7e63f905925419a8a65c814d407605f /lib/Utils/Makefile.am | |
parent | f66aa07338bbc8a8a80264ec5be3ae25b677d94a (diff) | |
download | abrt-4ceb3715a3a6b752009627b0dc6a1974664c03a1.tar.gz abrt-4ceb3715a3a6b752009627b0dc6a1974664c03a1.tar.xz abrt-4ceb3715a3a6b752009627b0dc6a1974664c03a1.zip |
remove std::string usage from class CABRTException.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/Makefile.am')
-rw-r--r-- | lib/Utils/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Utils/Makefile.am b/lib/Utils/Makefile.am index 297007a9..9618751a 100644 --- a/lib/Utils/Makefile.am +++ b/lib/Utils/Makefile.am @@ -17,7 +17,8 @@ libABRTUtils_la_SOURCES = \ popen_and_save_output.cpp \ stringops.cpp \ dirsize.cpp \ - DebugDump.h DebugDump.cpp + DebugDump.h DebugDump.cpp \ + ABRTException.cpp libABRTUtils_la_CPPFLAGS = \ -Wall -Werror \ -I$(srcdir)/../../inc \ |