From a2c4ca958c73ee870850f2e51d62f76a1453aaeb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 24 May 2011 19:51:40 +0200 Subject: src/report-python/report.c: Py wrappers around include/report/report.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 c7b2dd67..c1b37596 100644 --- a/src/report-python/Makefile.am +++ b/src/report-python/Makefile.am @@ -11,6 +11,7 @@ _pyreport_la_SOURCES = \ problem_data.c \ dump_dir.c \ run_event.c \ + report.c \ common.h _pyreport_la_CPPFLAGS = \ -I$(srcdir)/../include/report -I$(srcdir)/../include \ -- cgit