altosui,micropeak: Link altoslib.jar and altosuilib.jar before compiling
authorKeith Packard <keithp@keithp.com>
Fri, 11 Jan 2013 06:11:36 +0000 (22:11 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 11 Jan 2013 06:11:36 +0000 (22:11 -0800)
The symlinks for the libraries have to be present before compiling stuff.

Signed-off-by: Keith Packard <keithp@keithp.com>
micropeak/Makefile.am

index 95c95f406809e769d93c7cc83961ad44e67a77fb..4a7aaaa1de0d85ab13d98a4056aebc8d8b6d00c8 100644 (file)
@@ -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/"$@" .