From 809eb5b1252a75d489e3ad2fd2a4af701fa0aa52 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 4 Feb 2013 09:50:07 -0800 Subject: [PATCH] micropeak: Update Makefile to versioned Java libraries Library names have changed; deal with it. Signed-off-by: Keith Packard --- micropeak/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2