summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-19 17:03:04 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-19 17:03:04 +0000
commited57b05781e982ac291e18685d4bd36c8dbddaa1 (patch)
treeefe23e902c6a2cb060c2139ddd69c787a22d2e0c
parent0d5a96551ed1de185c86d49d43ec32b68beeee66 (diff)
downloadlasso-ed57b05781e982ac291e18685d4bd36c8dbddaa1.tar.gz
lasso-ed57b05781e982ac291e18685d4bd36c8dbddaa1.tar.xz
lasso-ed57b05781e982ac291e18685d4bd36c8dbddaa1.zip
Reformated some lines in python Makefile.am
Added -I.. to java Makefile.am CFLAGS.
-rw-r--r--java/Makefile.am1
-rw-r--r--python/Makefile.am4
2 files changed, 3 insertions, 2 deletions
diff --git a/java/Makefile.am b/java/Makefile.am
index 46e8bd7a..078fb065 100644
--- a/java/Makefile.am
+++ b/java/Makefile.am
@@ -18,6 +18,7 @@ javalib_LTLIBRARIES=libjlasso.la
libjlasso_la_SOURCES= $(JAVA_MODULE)_wrap.c
libjlasso_la_CFLAGS= $(JDK_INCLUDES) \
$(LASSO_CFLAGS) \
+ -I.. \
$(NULL)
libjlasso_la_LIBADD= $(top_srcdir)/lasso/liblasso.la \
$(LASSO_LIBS) \
diff --git a/python/Makefile.am b/python/Makefile.am
index f847ea12..13b9ed43 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -13,8 +13,8 @@ _lassomod_la_CFLAGS= $(LASSO_CFLAGS) \
$(PY_CFLAGS) \
$(NULL)
_lassomod_la_LIBADD= $(top_srcdir)/lasso/liblasso.la \
- $(LASSO_LIBS) \
- $(NULL)
+ $(LASSO_LIBS) \
+ $(NULL)
_lassomod_la_LDFLAGS= -no-undefined \
-module -avoid-version \
-version-info @LASSO_VERSION_INFO@ \