diff options
Diffstat (limited to 'src/report-python')
| -rw-r--r-- | src/report-python/Makefile.am | 2 | ||||
| -rw-r--r-- | src/report-python/crash_data.c (renamed from src/report-python/crash_dump.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am index c92bbaa6..a00e2d7b 100644 --- a/src/report-python/Makefile.am +++ b/src/report-python/Makefile.am @@ -8,7 +8,7 @@ pyreportexec_LTLIBRARIES = _pyreport.la _pyreport_la_SOURCES = \ reportmodule.c \ - crash_dump.c \ + crash_data.c \ dump_dir.c \ run_event.c \ common.h diff --git a/src/report-python/crash_dump.c b/src/report-python/crash_data.c index e6ab966c..8ae597c3 100644 --- a/src/report-python/crash_dump.c +++ b/src/report-python/crash_data.c @@ -20,7 +20,7 @@ #include <structmember.h> #include <errno.h> -#include "crash_dump.h" +#include "crash_data.h" #include "dump_dir.h" #include "common.h" |
