diff options
| author | Keith Packard <keithp@keithp.com> | 2012-12-07 17:27:48 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-12-07 17:27:48 -0800 |
| commit | 1489c7f75f7b9ce547ac49c157b440c4f9131ef4 (patch) | |
| tree | 60eb9b3d9d25c4e6cb0920385a3c3eee3396b815 /altoslib/Makefile.am | |
| parent | c10f9a438ed5789479d21c78153ca7f14c05534c (diff) | |
altosui: Call config UI from AltosConfigData directly
Don't make AltosConfig have a pile of config code, stick that in
AltosConfigData instead. This uses a new interface, AltosConfigValues
to get from AltosConfigData to the UI.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 2579a650..0086bc65 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -12,6 +12,7 @@ AltosLibdir = $(datadir)/java AltosLib_JAVA = \ $(SRC)/AltosLib.java \ $(SRC)/AltosConfigData.java \ + $(SRC)/AltosConfigValues.java \ $(SRC)/AltosConvert.java \ $(SRC)/AltosCRCException.java \ $(SRC)/AltosEepromChunk.java \ |
