summaryrefslogtreecommitdiffstats
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-10 02:08:58 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-10 02:08:58 +0200
commitc9120cdc51ce7aba5a19500bf24692144ac64983 (patch)
tree0ea3eea23f1f68bca3b40e50e64616e7885b5d75 /src/plugins/Makefile.am
parent752b264ed8b08a59e60894b310bad522585674e9 (diff)
downloadabrt-c9120cdc51ce7aba5a19500bf24692144ac64983.tar.gz
abrt-c9120cdc51ce7aba5a19500bf24692144ac64983.tar.xz
abrt-c9120cdc51ce7aba5a19500bf24692144ac64983.zip
Do away with reanalyze events
Now code determines whether analyze event can be skipped by looking at <creates-elements>backtrace</creates-elements> element in .xml file. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index bfa60903..b0d93c8b 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -102,10 +102,6 @@ EXTRA_DIST = \
$(DESTDIR)/$(DEBUG_INFO_DIR):
$(mkdir_p) '$@'
-install-data-hook: $(DESTDIR)/$(DEBUG_INFO_DIR)
- $(LN_S) -f analyze_RetraceServer.xml $(DESTDIR)$(eventsdir)/reanalyze_RetraceServer.xml
- $(LN_S) -f analyze_LocalGDB.xml $(DESTDIR)$(eventsdir)/reanalyze_LocalGDB.xml
-
abrt_dump_oops_SOURCES = \
abrt-dump-oops.c
abrt_dump_oops_CPPFLAGS = \