summaryrefslogtreecommitdiffstats
path: root/java/Makefile.am
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 17:49:12 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 17:49:12 +0000
commit407e60c8d648ce6353551f2e7b16910c81e7da6d (patch)
tree7e432ddeadc74de772afa9dd91704c177d6a2801 /java/Makefile.am
parent12d4132e89409b8154b67c81933ac54f0f862e03 (diff)
downloadlasso-407e60c8d648ce6353551f2e7b16910c81e7da6d.tar.gz
lasso-407e60c8d648ce6353551f2e7b16910c81e7da6d.tar.xz
lasso-407e60c8d648ce6353551f2e7b16910c81e7da6d.zip
No more anoying warning.
Diffstat (limited to 'java/Makefile.am')
-rw-r--r--java/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/Makefile.am b/java/Makefile.am
index 4c61adaf..80adbcd8 100644
--- a/java/Makefile.am
+++ b/java/Makefile.am
@@ -19,10 +19,10 @@ C_BUILD_DIR=${C_SOURCE_DIR}
C_SOURCE=${wildcard ${C_SOURCE_DIR}/*.c}
C_OBJECT=${C_SOURCE:.c=.o}
if MINGW
- LDFLAGS=-L/usr/local/lib -lgobject-2.0-0 -lglib-2.0-0 -llasso
+# JAVA_LDFLAGS=-L/usr/local/lib -lgobject-2.0-0 -lglib-2.0-0 -llasso
LASSO_DLL=${TARGET}/jlasso.dll
else
- LDFLAGS=-lgobject-2.0 -lglib-2.0 -llasso
+# JAVA_LDFLAGS=-lgobject-2.0 -lglib-2.0 -llasso
LASSO_SO=${TARGET}/libjlasso.so
endif