From 93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 16 Dec 2010 13:15:37 +0100 Subject: report-python/run_event.c: python wrappers for run_event.h API Signed-off-by: Denys Vlasenko --- src/report-python/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report-python/Makefile.am') 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 \ -- cgit