diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-10 22:11:36 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-10 22:11:36 -0800 |
commit | 962e3bd0461f187cd599ba54e7129c84f97d4c4d (patch) | |
tree | 3e5185a239bb5ed589282aeadf4df543e6955dce /micropeak | |
parent | 9f6b1570277c326c00d5da274f608fbdeb91c911 (diff) |
altosui,micropeak: Link altoslib.jar and altosuilib.jar before compiling
The symlinks for the libraries have to be present before compiling stuff.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'micropeak')
-rw-r--r-- | micropeak/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index 95c95f40..4a7aaaa1 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -155,6 +155,8 @@ $(FATJAR): classmicropeak.stamp Manifest-fat.txt $(ALTOSLIB_CLASS) $(ALTOSUILIB_ -C classes org \ -C ../libaltos libaltosJNI +classaltosui.stamp: $(ALTOSLIB_CLASS) $(ALTOSUILIB_CLASS) + libaltos.so: build-libaltos -rm -f "$@" $(LN_S) ../libaltos/.libs/"$@" . |