diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-12 19:07:35 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-11-12 19:07:35 +0100 |
| commit | ebca5d14587febec8f584ea2cfcc4592d0c17c34 (patch) | |
| tree | fde2a4f7cfc687d9e5dac4b5b6a4be13ab724f6b /src/plugins/Makefile.am | |
| parent | 93549e6dd2e64eeaa825997668d9342ad89547f2 (diff) | |
| download | abrt-ebca5d14587febec8f584ea2cfcc4592d0c17c34.tar.gz abrt-ebca5d14587febec8f584ea2cfcc4592d0c17c34.tar.xz abrt-ebca5d14587febec8f584ea2cfcc4592d0c17c34.zip | |
Removed "old" Kerneloops and Python analyzers. They were empty
Run-tested that python crashes are still caught
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/Makefile.am')
| -rw-r--r-- | src/plugins/Makefile.am | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index c131e3ea..f213804e 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -7,9 +7,7 @@ libexec_SCRIPTS = \ pluginslib_LTLIBRARIES = \ libCCpp.la \ - libPython.la \ libKerneloopsScanner.la \ - libKerneloops.la \ libSQLite3.la dist_pluginslib_DATA = \ @@ -38,9 +36,9 @@ man_MANS = \ abrt-KerneloopsReporter.7 \ abrt-Logger.7 \ abrt-Mailx.7 \ - abrt-plugins.7 \ abrt-Upload.7 \ - abrt-SQLite3.7 + abrt-SQLite3.7 \ + abrt-plugins.7 EXTRA_DIST = $(man_MANS) abrt-action-install-debuginfo @@ -62,11 +60,6 @@ libCCpp_la_CPPFLAGS = -Wall -Werror \ -DLOCALSTATEDIR='"$(localstatedir)"' # -DHOSTILE_KERNEL -# Kerneloops -libKerneloops_la_SOURCES = Kerneloops.cpp Kerneloops.h -libKerneloops_la_LDFLAGS = -avoid-version -libKerneloops_la_CPPFLAGS = -I$(INC_PATH) -I$(UTILS_PATH) - # KerneloopsScanner libKerneloopsScanner_la_SOURCES = KerneloopsScanner.cpp KerneloopsScanner.h KerneloopsSysLog.cpp KerneloopsSysLog.h libKerneloopsScanner_la_LDFLAGS = -avoid-version $(GLIB_LIBS) @@ -78,12 +71,6 @@ libSQLite3_la_LDFLAGS = -avoid-version libSQLite3_la_LIBADD = $(SQLITE3_LIBS) $(GLIB_LIBS) libSQLite3_la_CPPFLAGS = -I$(INC_PATH) -I$(UTILS_PATH) $(SQLITE3_CFLAGS) -DLOCALSTATEDIR='"$(localstatedir)"' $(GLIB_CFLAGS) -# Python -libPython_la_SOURCES = Python.h Python.cpp -#libPython_la_LIBADD = $(NSS_LIBS) -libPython_la_LDFLAGS = -avoid-version -libPython_la_CPPFLAGS = -I$(INC_PATH) -I$(UTILS_PATH) - libexec_PROGRAMS = \ abrt-action-analyze-c \ abrt-action-analyze-python \ |
