diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-16 13:15:37 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-16 13:15:37 +0100 |
| commit | 93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b (patch) | |
| tree | 3f81e8ba74efd5510bef5b8f8fdba36c00d4ae9c /src/report-python/Makefile.am | |
| parent | 75ead03a87172bc3a60ab5628a9c78e01f74ad03 (diff) | |
| download | abrt-93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b.tar.gz abrt-93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b.tar.xz abrt-93d5d8a317ec9294bbd6dcc6bd8baec0c2b63b1b.zip | |
report-python/run_event.c: python wrappers for run_event.h API
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/Makefile.am')
| -rw-r--r-- | src/report-python/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
