From ed57b05781e982ac291e18685d4bd36c8dbddaa1 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Thu, 19 Aug 2004 17:03:04 +0000 Subject: Reformated some lines in python Makefile.am Added -I.. to java Makefile.am CFLAGS. --- java/Makefile.am | 1 + python/Makefile.am | 4 ++-- 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@ \ -- cgit