summaryrefslogtreecommitdiffstats
path: root/src/report-python/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-16 13:15:37 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-16 13:15:37 +0100
commit93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b (patch)
tree3f81e8ba74efd5510bef5b8f8fdba36c00d4ae9c /src/report-python/Makefile.am
parent75ead03a87172bc3a60ab5628a9c78e01f74ad03 (diff)
downloadabrt-93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b.tar.gz
abrt-93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b.tar.xz
abrt-93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b.zip
report-python/run_event.c: python wrappers for run_event.h API
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/Makefile.am')
-rw-r--r--src/report-python/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am
index 650ae45b..1c4d55ec 100644
--- a/src/report-python/Makefile.am
+++ b/src/report-python/Makefile.am
@@ -8,6 +8,7 @@ _pyreport_la_SOURCES = \
reportmodule.c \
crash_dump.c \
dump_dir.c \
+ run_event.c \
common.h
_pyreport_la_CPPFLAGS = \
-I$(srcdir)/../include/report -I$(srcdir)/../include \