altosui: remove FATJAR from all-local to avoid building fat .jar file
authorKeith Packard <keithp@keithp.com>
Thu, 9 Sep 2010 22:25:18 +0000 (15:25 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 9 Sep 2010 22:25:18 +0000 (15:25 -0700)
the fat .jar file is used in non-native builds to run from a directory
containing all of the freetts jar files along with the altosui jar
file. We don't want this on a real install where freetts is installed separately.

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

index f224dace68130555119d553537be4a15c54a6a62..760e662de26c996cb576c8c7ee16d3fd8744e3eb 100644 (file)
@@ -88,7 +88,7 @@ MACOSX_EXTRA=$(FIRMWARE)
 
 WINDOWS_FILES=$(FAT_FILES) altos.dll $(top_srcdir)/telemetrum.inf $(WINDOWS_ICON)
 
 
 WINDOWS_FILES=$(FAT_FILES) altos.dll $(top_srcdir)/telemetrum.inf $(WINDOWS_ICON)
 
-all-local: classes/altosui $(JAR) $(FATJAR) altosui altosui-test
+all-local: classes/altosui $(JAR) altosui altosui-test
 
 clean-local:
        -rm -rf classes $(JAR) $(FATJAR) \
 
 clean-local:
        -rm -rf classes $(JAR) $(FATJAR) \