projects
/
yaz4j-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f45de
)
Set YAZ_LIBS correctly.
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Apr 2008 20:12:21 +0000
(22:12 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Apr 2008 20:12:21 +0000
(22:12 +0200)
libyaz4j/build.sh
patch
|
blob
|
history
diff --git
a/libyaz4j/build.sh
b/libyaz4j/build.sh
index
1a3e643
..
36e379a
100755
(executable)
--- a/
libyaz4j/build.sh
+++ b/
libyaz4j/build.sh
@@
-4,7
+4,7
@@
set -x
YAZ_CONFIG=yaz-config
YAZ_PREFIX=`${YAZ_CONFIG} --prefix`
YAZ_CFLAGS=`${YAZ_CONFIG} --cflags`
-YAZ_lIBS=`${YAZ_CONFIG} --libs`
+YAZ_LIBS=`${YAZ_CONFIG} --libs`
swig -I"include" -I"${YAZ_PREFIX}/include" -outdir ../src/org/yaz4j/jni -package org.yaz4j.jni -o src/libyaz4j.cpp -c++ -java libyaz4j.i