diff options
| author | Keith Packard <keithp@keithp.com> | 2010-09-04 18:20:45 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-09-04 18:21:41 -0700 |
| commit | 044fd27449c70474f51b99dec25fd23d3c03a559 (patch) | |
| tree | 7adf4302895fa3d67790c613444253ba41c393b0 /ao-tools/libaltos | |
| parent | 148b927c3b8bc7b7b5c5356392032faf2b1203d3 (diff) | |
altosui: Fix windows installer to ship correct files
Was shipping altosui.jar instead of altosui-fat.jar
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/libaltos')
| -rw-r--r-- | ao-tools/libaltos/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/libaltos/Makefile.am b/ao-tools/libaltos/Makefile.am index 2f1d6fca..4d29d80e 100644 --- a/ao-tools/libaltos/Makefile.am +++ b/ao-tools/libaltos/Makefile.am @@ -1,5 +1,6 @@ JAVAC=javac AM_CFLAGS="-I$(JVM_INCLUDE)" +AM_JAVACFLAGS=-encoding UTF-8 lib_LTLIBRARIES=libaltos.la |
