diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 13:57:34 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 13:57:34 +0000 |
| commit | 180fb41fa7c786dbc58974171c861efcbba5d542 (patch) | |
| tree | 648854ec7a972831f1ab7eb656d50736160c261a /bindings/python | |
| parent | dd81d977610946d80da6dd21354bf9696d9251cb (diff) | |
| download | lasso-180fb41fa7c786dbc58974171c861efcbba5d542.tar.gz lasso-180fb41fa7c786dbc58974171c861efcbba5d542.tar.xz lasso-180fb41fa7c786dbc58974171c861efcbba5d542.zip | |
* When --enable-debugging is used, add -Wno-xxx options to AM_CFLAGS so that
bindings compile with -Werror (-Werror is activated by --enable-debugging now)
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 933b50b9..fdc7ada7 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -12,7 +12,7 @@ nodist_python_DATA = lasso.py python_LTLIBRARIES = _lasso.la nodist__lasso_la_SOURCES = _lasso.c -_lasso_la_CFLAGS = -fno-strict-aliasing $(LASSO_CORE_CFLAGS) $(PY_CFLAGS) +_lasso_la_CFLAGS = -fno-strict-aliasing $(LASSO_CORE_CFLAGS) $(PY_CFLAGS) $(AM_CFLAGS) _lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) if DARWIN _lasso_la_LDFLAGS = -no-undefined -module -avoid-version -Wl,-F. -Wl,-F. -bundle -framework Python |
