summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-17 18:02:42 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-17 18:02:42 +0000
commitca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6 (patch)
tree66fa7579314b6af0c8b22ccf418306b9f246f18f /python
parentc613c52c2796282a12918160b66632ef401d0374 (diff)
downloadlasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.tar.gz
lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.tar.xz
lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.zip
Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use
those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 0e063e1e..34cd8e5d 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -5,7 +5,7 @@ python_DATA = lasso.py
python_LTLIBRARIES = _lasso.la
_lasso_la_SOURCES = lasso_wrap.c
-_lasso_la_CFLAGS = $(LASSO_CFLAGS) -DSWIG_COBJECT_TYPES $(PY_CFLAGS)
+_lasso_la_CFLAGS = $(LASSO_CORE_CFLAGS) -DSWIG_COBJECT_TYPES $(PY_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