diff options
author | Keith Packard <keithp@keithp.com> | 2010-07-29 10:24:59 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-07-29 10:24:59 -0700 |
commit | b8bc9994d8bfde6116c8a509e70ddf45fc4decce (patch) | |
tree | 4f0463c2eaf1b65e458979fa03a4951ae1822bcb | |
parent | e33dbbba94ce42295e9fed9f4ba7e46f9eff1517 (diff) |
altosui: Remove unnecessary freetts .jar files
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | ao-tools/altosui/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index 2c284aaa..a2d70c18 100644 --- a/ao-tools/altosui/Makefile +++ b/ao-tools/altosui/Makefile @@ -29,9 +29,7 @@ FREETTSJAR= \ cmutimelex.jar \ cmu_us_kal.jar \ en_us.jar \ - freetts.jar \ - freetts-jsapi10.jar \ - jsapi.jar + freetts.jar JAVAFLAGS=-Xlint:unchecked |