diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-31 12:50:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-31 12:50:26 +0100 |
commit | e76e239b237486061cab42889019cd13d98e5b63 (patch) | |
tree | 24bae1980a583f80147c7a5c7fee26512acf4160 /bean/native | |
parent | 9f328f09f9d4a552ed90050bf4b45b099f058ec8 (diff) |
we only need the java lib path to link bean
Diffstat (limited to 'bean/native')
-rw-r--r-- | bean/native/unix/makefile.mk | 1 | ||||
-rw-r--r-- | bean/native/win32/makefile.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bean/native/unix/makefile.mk b/bean/native/unix/makefile.mk index c2d4ecfcbc85..e3ff996a60ae 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 f846578055dc..e29cffa49c00 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 |