diff options
| author | Keith Packard <keithp@keithp.com> | 2013-11-12 14:37:57 +0900 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-11-12 14:37:57 +0900 |
| commit | 0093d5b368669e0c324f8d9dfcd2f004de85ee5c (patch) | |
| tree | bf242fcab87507ad66d9abebe95315bcb9362504 /altosuilib | |
| parent | 45db3076b257adcf2c9f69ed0927f09d94af7a50 (diff) | |
altosui, altoslib: Move eeprom download code to altoslib
This should make adding eeprom downloading to altosdroid easier
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib')
| -rw-r--r-- | altosuilib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosuilib/Makefile.am b/altosuilib/Makefile.am index 0cd2aaea..5e19e00f 100644 --- a/altosuilib/Makefile.am +++ b/altosuilib/Makefile.am @@ -1,4 +1,4 @@ -AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation +AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation -source 6 JAVAROOT=bin |
