micropeak: Update Makefile to versioned Java libraries
authorKeith Packard <keithp@keithp.com>
Mon, 4 Feb 2013 17:50:07 +0000 (09:50 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 4 Feb 2013 17:50:07 +0000 (09:50 -0800)
Library names have changed; deal with it.

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

index d221de38ba05ec1c3d0e59a1f08a45e079a1f36e..d45ecab9371efed3c1b966d219342a388b06e0f6 100644 (file)
@@ -44,10 +44,10 @@ LIBALTOS= \
        altos.dll
 
 ALTOSLIB_CLASS=\
-       AltosLib.jar
+       altoslib_$(ALTOSLIB_VERSION).jar
 
 ALTOSUILIB_CLASS=\
-       altosuilib.jar
+       altosuilib_$(ALTOSUILIB_VERSION).jar
 
 # Icons
 ICONDIR=$(top_srcdir)/icon