summaryrefslogtreecommitdiffstats
path: root/src/report-python/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-21 19:25:05 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-21 19:25:05 +0100
commitc96bab437f21aea116bfe5608bb43c9cd26fb904 (patch)
tree316c8a131bb280b304182686f2034c43d029dcbc /src/report-python/Makefile.am
parent628fb1fbae2a9e3e8fc3add070bceb5557973029 (diff)
downloadabrt-c96bab437f21aea116bfe5608bb43c9cd26fb904.tar.gz
abrt-c96bab437f21aea116bfe5608bb43c9cd26fb904.tar.xz
abrt-c96bab437f21aea116bfe5608bb43c9cd26fb904.zip
src/report-python: add report package compatibility
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/Makefile.am')
-rw-r--r--src/report-python/Makefile.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am
index 1c4d55ec..c92bbaa6 100644
--- a/src/report-python/Makefile.am
+++ b/src/report-python/Makefile.am
@@ -1,6 +1,8 @@
pyreportexecdir = $(pyexecdir)/report
-pyreportexec_PYTHON = __init__.py
+pyreportexec_PYTHON = \
+ __init__.py \
+ accountmanager.py
pyreportexec_LTLIBRARIES = _pyreport.la
@@ -28,3 +30,13 @@ _pyreport_la_LDFLAGS = \
-export-symbols-regex init_pyreport
_pyreport_la_LIBADD = \
../lib/libreport.la
+
+# report compat:
+
+pyreportioexecdir = $(pyexecdir)/report/io
+
+pyreportioexec_PYTHON = \
+ io/__init__.py \
+ io/GTKIO.py \
+ io/NewtIO.py \
+ io/TextIO.py