summaryrefslogtreecommitdiffstats
path: root/src/report-python/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-15 06:18:07 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-15 06:18:07 +0100
commit544804d5e19cd8890c069273bd93801689e6f8e7 (patch)
treeb390aecd238221e8b5e11119b0680c7ab2bbf711 /src/report-python/Makefile.am
parent2fa1f3ac7f960e4bf306e53c1aac06fe0e31a4ba (diff)
downloadabrt-544804d5e19cd8890c069273bd93801689e6f8e7.tar.gz
abrt-544804d5e19cd8890c069273bd93801689e6f8e7.tar.xz
abrt-544804d5e19cd8890c069273bd93801689e6f8e7.zip
python wrappers: add dump_dir wrapper
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 75d0c1d8..650ae45b 100644
--- a/src/report-python/Makefile.am
+++ b/src/report-python/Makefile.am
@@ -7,6 +7,7 @@ pyreportexec_LTLIBRARIES = _pyreport.la
_pyreport_la_SOURCES = \
reportmodule.c \
crash_dump.c \
+ dump_dir.c \
common.h
_pyreport_la_CPPFLAGS = \
-I$(srcdir)/../include/report -I$(srcdir)/../include \