diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-15 06:15:27 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-15 06:15:27 +0100 |
| commit | 2fa1f3ac7f960e4bf306e53c1aac06fe0e31a4ba (patch) | |
| tree | eecbcd552c7872f0b41756abcb9a3e81113b99d3 /src/report-python/Makefile.am | |
| parent | b1f4a3256004e8f12c15511d2b77074a3002b9f2 (diff) | |
| download | abrt-2fa1f3ac7f960e4bf306e53c1aac06fe0e31a4ba.tar.gz abrt-2fa1f3ac7f960e4bf306e53c1aac06fe0e31a4ba.tar.xz abrt-2fa1f3ac7f960e4bf306e53c1aac06fe0e31a4ba.zip | |
simplify python wrapper code
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/Makefile.am')
| -rw-r--r-- | src/report-python/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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)\" \ |
