summaryrefslogtreecommitdiffstats
path: root/src/report-python/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-24 19:51:40 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-24 19:51:40 +0200
commita2c4ca958c73ee870850f2e51d62f76a1453aaeb (patch)
tree1e75a376d50bd264847108cc15635d728e6134b6 /src/report-python/Makefile.am
parent128381fc93e56cefb2b02b973a2ef3380594c91f (diff)
downloadabrt-a2c4ca958c73ee870850f2e51d62f76a1453aaeb.tar.gz
abrt-a2c4ca958c73ee870850f2e51d62f76a1453aaeb.tar.xz
abrt-a2c4ca958c73ee870850f2e51d62f76a1453aaeb.zip
src/report-python/report.c: Py wrappers around include/report/report.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.am1
1 files changed, 1 insertions, 0 deletions
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 \