From: Keith Packard Date: Fri, 11 Jan 2013 06:11:36 +0000 (-0800) Subject: altosui,micropeak: Link altoslib.jar and altosuilib.jar before compiling X-Git-Tag: 1.1.9.3~8^2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=962e3bd0461f187cd599ba54e7129c84f97d4c4d 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 --- 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/"$@" .