diff options
Diffstat (limited to 'src/report-python/Makefile.am')
| -rw-r--r-- | src/report-python/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am index 34ec090c..9c7e86d7 100644 --- a/src/report-python/Makefile.am +++ b/src/report-python/Makefile.am @@ -5,7 +5,9 @@ pyreportexec_PYTHON = __init__.py pyreportexec_LTLIBRARIES = _pyreport.la _pyreport_la_SOURCES = \ - reportmodule.c crash_dump.c py_crash_dump.h pyreport_common.h + reportmodule.c \ + crash_dump.c py_crash_dump.h \ + pyreport_common.h _pyreport_la_CPPFLAGS = \ -I$(srcdir)/../include/report -I$(srcdir)/../include \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ @@ -16,7 +18,8 @@ _pyreport_la_CPPFLAGS = \ -DVAR_RUN=\"$(VAR_RUN)\" \ $(GLIB_CFLAGS) \ $(PYTHON_CFLAGS) \ - -D_GNU_SOURCE + -D_GNU_SOURCE \ + -Wall -Werror _pyreport_la_LDFLAGS = \ -module \ -avoid-version \ |
