From: Keith Packard Date: Mon, 4 Feb 2013 17:50:07 +0000 (-0800) Subject: micropeak: Update Makefile to versioned Java libraries X-Git-Tag: altosdroid_v1.2-1~139 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=809eb5b1252a75d489e3ad2fd2a4af701fa0aa52;hp=7afd76e70c086003a2cd87ce459fda4188c76ad6 micropeak: Update Makefile to versioned Java libraries Library names have changed; deal with it. Signed-off-by: Keith Packard --- diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index d221de38..d45ecab9 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -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