libaltos: Build the linux library targets when doing a 'fat' build
authorKeith Packard <keithp@keithp.com>
Fri, 17 May 2013 10:27:20 +0000 (03:27 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 17 May 2013 10:49:42 +0000 (03:49 -0700)
These are necessary for the fat release, so make sure they're built then.

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

index b5ab1ddb0d87e573679ecd57ae1c1190cb3fea7a..415495586961ec397d1c4f2aaecdc53b3e629d3d 100644 (file)
@@ -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)