diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-10 18:09:37 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-10 18:09:37 +0100 |
| commit | 77bb7ac8f771817c4cd2111ab7e5ff529ec27ef7 (patch) | |
| tree | c339460065b12405f5ac11a8b384dcbc332566b0 /src/plugins/Makefile.am | |
| parent | 16cb4f46a752c97a68941e53b20c9596d24fac08 (diff) | |
| download | abrt-77bb7ac8f771817c4cd2111ab7e5ff529ec27ef7.tar.gz abrt-77bb7ac8f771817c4cd2111ab7e5ff529ec27ef7.tar.xz abrt-77bb7ac8f771817c4cd2111ab7e5ff529ec27ef7.zip | |
added XML configuration for analyze steps
Diffstat (limited to 'src/plugins/Makefile.am')
| -rw-r--r-- | src/plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 4548c67c..ff052b53 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -41,7 +41,9 @@ dist_pluginsconf_DATA = \ eventsdir = $(EVENTS_DIR) dist_events_DATA = \ - report_Bugzilla.xml + report_Bugzilla.xml \ + analyze_LocalGDB.xml \ + analyze_RetraceServer.xml eventsconfdir = $(EVENTS_CONF_DIR) |
