From: Keith Packard Date: Fri, 17 May 2013 10:27:20 +0000 (-0700) Subject: libaltos: Build the linux library targets when doing a 'fat' build X-Git-Tag: 1.2.9.4~195 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=bd8d061d0f63158b5b03814d77cb76fdf5a0abad libaltos: Build the linux library targets when doing a 'fat' build These are necessary for the fat release, so make sure they're built then. Signed-off-by: Keith Packard --- diff --git a/libaltos/Makefile.am b/libaltos/Makefile.am index b5ab1ddb..41549558 100644 --- a/libaltos/Makefile.am +++ b/libaltos/Makefile.am @@ -42,7 +42,7 @@ MINGCC64=x86_64-w64-mingw32-gcc MINGFLAGS=-Wall -DWINDOWS -DBUILD_DLL -I$(JVM_INCLUDE) MINGLIBS=-lsetupapi -fat: altos.dll altos64.dll +fat: all altos.dll altos64.dll altos.dll: $(libaltos_la_SOURCES) $(MINGCC32) -o $@ $(MINGFLAGS) -shared $(libaltos_la_SOURCES) $(MINGLIBS)