From 2fa1f3ac7f960e4bf306e53c1aac06fe0e31a4ba Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 15 Dec 2010 06:15:27 +0100 Subject: simplify python wrapper code Signed-off-by: Denys Vlasenko --- src/report-python/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/report-python/Makefile.am') diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am index 9c7e86d7..75d0c1d8 100644 --- a/src/report-python/Makefile.am +++ b/src/report-python/Makefile.am @@ -6,8 +6,8 @@ pyreportexec_LTLIBRARIES = _pyreport.la _pyreport_la_SOURCES = \ reportmodule.c \ - crash_dump.c py_crash_dump.h \ - pyreport_common.h + crash_dump.c \ + common.h _pyreport_la_CPPFLAGS = \ -I$(srcdir)/../include/report -I$(srcdir)/../include \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ -- cgit