diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-29 10:16:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-29 10:16:15 -0700 |
commit | 71715337eb532a1fbe1a753240e7417d5223489f (patch) | |
tree | 2042488d19584b89b661e48fe0dadbe555d4f174 /altosuilib/Makefile.am | |
parent | 13f84be8d1568a3fc2ed5eef5dcc2093c149285e (diff) |
telegps: Add info table
Move a couple of files from altosui to altosuilib, hook up the info
table after changing it to implement the AltosFlightDisplay interface
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/Makefile.am')
-rw-r--r-- | altosuilib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altosuilib/Makefile.am b/altosuilib/Makefile.am index e697b17c..65a8228a 100644 --- a/altosuilib/Makefile.am +++ b/altosuilib/Makefile.am @@ -56,6 +56,8 @@ altosuilib_JAVA = \ AltosLed.java \ AltosFlashUI.java \ AltosRomconfigUI.java \ + AltosInfoTable.java \ + AltosFlightInfoTableModel.java \ AltosBTDevice.java \ AltosBTDeviceIterator.java \ AltosBTManage.java \ |