diff options
| author | Keith Packard <keithp@keithp.com> | 2017-08-11 23:42:53 -0400 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-09-01 13:22:58 -0700 |
| commit | 558a143315f0345b79cc4f22aa4b643fedcded9c (patch) | |
| tree | 7a667970da65b40ab7136e7bb158b75cd0a49b79 /altoslib/Makefile.am | |
| parent | c9a742db2497d07079f3d4bf383c6246cf80507c (diff) | |
altosui: Accel calibration UI
Provides a GUI for re-calibrating accelerometers
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 11b5d562..08af9496 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -26,6 +26,8 @@ record_files = \ altoslib_JAVA = \ AltosLib.java \ + AltosAccelCal.java \ + AltosAccelCalListener.java \ AltosCalData.java \ AltosCompanion.java \ AltosConfigData.java \ |
