diff options
author | Keith Packard <keithp@keithp.com> | 2017-05-11 17:16:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-05-19 21:41:40 -0700 |
commit | 96de483d745ea0ef95326de2847a2534f7057846 (patch) | |
tree | aaff2e6b481b9b602d2dff6fb8a02daed19c0c64 /altosuilib/Makefile.am | |
parent | 258808d296aeadaf150fa9b07e9c99a6bf1ca7c8 (diff) |
altosuilib: Start creating new graph interface that takes time series data
Replace the AltosState interface so the graph can get better data, and
can be used for more stuff.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/Makefile.am')
-rw-r--r-- | altosuilib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/altosuilib/Makefile.am b/altosuilib/Makefile.am index 88ed6ff6..d868ef25 100644 --- a/altosuilib/Makefile.am +++ b/altosuilib/Makefile.am @@ -29,6 +29,9 @@ altosuilib_JAVA = \ AltosUIPreferencesBackend.java \ AltosUIPreferences.java \ AltosUISeries.java \ + AltosUIFlightSeries.java \ + AltosUIGraphNew.java \ + AltosGraphNew.java \ AltosUSBDevice.java \ AltosVoice.java \ AltosDisplayThread.java \ |