summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Arapov <aarapov@redhat.com>2009-03-26 16:48:09 +0100
committerAnton Arapov <aarapov@redhat.com>2009-03-26 16:48:09 +0100
commitb66229414d8135e68a543641a74a2b87c5151bb6 (patch)
treeba98325a5c606474e15d23786f142bda2056a192
parent6b54fffc7873f0006c19acc96f97b9781e1402ae (diff)
downloadabrt-b66229414d8135e68a543641a74a2b87c5151bb6.tar.gz
abrt-b66229414d8135e68a543641a74a2b87c5151bb6.tar.xz
abrt-b66229414d8135e68a543641a74a2b87c5151bb6.zip
kerneloops - plugin: makefile change, now we have config file for plugin
-rw-r--r--lib/Plugins/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am
index ee445c4..7e02c19 100644
--- a/lib/Plugins/Makefile.am
+++ b/lib/Plugins/Makefile.am
@@ -9,7 +9,7 @@ pluginslib_LTLIBRARIES = libCCpp.la \
libRunApp.la
pluginsconfdir=$(PLUGINS_CONF_DIR)
-dist_pluginsconf_DATA = CCpp.conf Mailx.conf SQLite3.conf Logger.conf KerneloopsReporter.conf
+dist_pluginsconf_DATA = CCpp.conf Mailx.conf SQLite3.conf Logger.conf Kerneloops.conf KerneloopsReporter.conf
# CCpp
libCCpp_la_SOURCES = CCpp.cpp CCpp.h
@@ -17,7 +17,7 @@ libCCpp_la_LDFLAGS = -avoid-version
libCCpp_la_CPPFLAGS = -I$(srcdir)/../MiddleWare -I$(srcdir)/../Utils -DCCPP_HOOK_PATH=\"${libexecdir}/hookCCpp\"
# Kerneloops
-libKerneloops_la_SOURCES = Kerneloops.cpp Kerneloops.h KerneloopsDmesg.cpp KerneloopsDmesg.h
+libKerneloops_la_SOURCES = Kerneloops.cpp Kerneloops.h KerneloopsSysLog.cpp KerneloopsSysLog.h
libKerneloops_la_LDFLAGS = -avoid-version
libKerneloops_la_CPPFLAGS = -I$(srcdir)/../MiddleWare -I$(srcdir)/../Utils -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" -DCCPP_HOOK_PATH=\"${libexecdir}/hookKerneloopsoops\"