summaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2011-05-16 14:02:10 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2011-05-19 09:59:52 +0200
commit1edb8cb72e7fe7912b94c12d35ea0d5a1a4bb86c (patch)
treee810c600c6361f98051450d401b882f595e00323 /src/lib/Makefile.am
parentbff5a712e09174b055fa1ed57ffbc4f08629cb25 (diff)
downloadabrt-1edb8cb72e7fe7912b94c12d35ea0d5a1a4bb86c.tar.gz
abrt-1edb8cb72e7fe7912b94c12d35ea0d5a1a4bb86c.tar.xz
abrt-1edb8cb72e7fe7912b94c12d35ea0d5a1a4bb86c.zip
reenable kernel taint
abrt-dump-oops stores two new files into dump dir. kernel_tainted_short which is representation of kernel tainted value (P----T). kernel_tainted_long contains human readable strings of short version Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 14220c99..86210d4e 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -11,6 +11,7 @@ lib_LTLIBRARIES = \
# xconnect.cpp
libreport_la_SOURCES = \
+ kernel-tainted.c \
xfuncs.c \
is_in_string_list.c \
encbase64.c \