diff options
| author | Keith Packard <keithp@keithp.com> | 2013-02-10 00:29:29 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-02-10 00:30:32 -0800 |
| commit | 2efd3ad80d4fefa8ccc1b80a2e657dbf9ba0c60f (patch) | |
| tree | 02fdd0be077d082702da5f150670437e080318e2 /altoslib/Makefile.am | |
| parent | 0169e56ad030c0096b1068d00f06957990dfb31f (diff) | |
altosui/altoslib/altosuilib: Switch altosui to shared graph code
This adds a configuration tab to the graph window to enable/disable
various plotted values.
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 74c642d6..8e5701ad 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -78,6 +78,7 @@ altoslib_JAVA = \ AltosDistance.java \ AltosHeight.java \ AltosSpeed.java \ + AltosTemperature.java \ AltosAccel.java \ AltosPyro.java |
