summaryrefslogtreecommitdiffstats
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-12 12:04:21 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-12 12:04:21 +0100
commit65a7c3f41e795c93c097860e663aad1a3fa9b0c7 (patch)
tree94ffe15299e9c0e8a5fbcb8b15fa5e90452a7571 /src/plugins/Makefile.am
parent44d0593bd24d58ee4252a332655475bcf9f83577 (diff)
downloadabrt-65a7c3f41e795c93c097860e663aad1a3fa9b0c7.tar.gz
abrt-65a7c3f41e795c93c097860e663aad1a3fa9b0c7.tar.xz
abrt-65a7c3f41e795c93c097860e663aad1a3fa9b0c7.zip
Remove SOSreport plugin - abrt_event.conf supersedes it
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 743c8d1d..b1b9fac1 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -11,7 +11,6 @@ pluginslib_LTLIBRARIES = \
libMailx.la \
libKerneloopsScanner.la \
libKerneloops.la \
- libSOSreport.la \
libSQLite3.la
dist_pluginslib_DATA = \
@@ -32,7 +31,6 @@ dist_pluginsconf_DATA = \
Bugzilla.conf \
RHTSupport.conf \
Upload.conf \
- SOSreport.conf \
SQLite3.conf
man_MANS = \
@@ -86,10 +84,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)
-# SOSreport
-libSOSreport_la_SOURCES = SOSreport.cpp SOSreport.h
-libSOSreport_la_LDFLAGS = -avoid-version
-
# Python
libPython_la_SOURCES = Python.h Python.cpp
#libPython_la_LIBADD = $(NSS_LIBS)