summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-01-10 22:11:36 -0800
committerKeith Packard <keithp@keithp.com>2013-01-10 22:11:36 -0800
commit962e3bd0461f187cd599ba54e7129c84f97d4c4d (patch)
tree3e5185a239bb5ed589282aeadf4df543e6955dce
parent9f6b1570277c326c00d5da274f608fbdeb91c911 (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>
-rw-r--r--micropeak/Makefile.am2
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/"$@" .