summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-31 12:50:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-31 12:50:26 +0100
commit57c83a2b35f7795f5768289dd14ce483dce4624b (patch)
treef738e4c0060114b577cfa3402c6715f3a580de1e /bean
parentcbbe899225be263398a6d2ca15fa6bfe60d06516 (diff)
we only need the java lib path to link bean
Diffstat (limited to 'bean')
-rw-r--r--bean/native/unix/makefile.mk1
-rw-r--r--bean/native/win32/makefile.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/bean/native/unix/makefile.mk b/bean/native/unix/makefile.mk
index c2d4ecfcb..e3ff996a6 100644
--- a/bean/native/unix/makefile.mk
+++ b/bean/native/unix/makefile.mk
@@ -27,6 +27,7 @@ SLOFILES = \
SHL1TARGET=$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
+SOLARLIB+=$(JAVALIB)
SHL1STDLIBS=$(AWTLIB)
SHL1NOCHECK=TRUE
diff --git a/bean/native/win32/makefile.mk b/bean/native/win32/makefile.mk
index f84657805..e29cffa49 100644
--- a/bean/native/win32/makefile.mk
+++ b/bean/native/win32/makefile.mk
@@ -21,6 +21,7 @@ SLOFILES = \
SHL1TARGET=$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
+SOLARLIB+=$(JAVALIB)
SHL1STDLIBS=$(AWTLIB) $(SALLIB)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def