diff options
| author | Keith Packard <keithp@keithp.com> | 2013-12-28 10:13:05 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-12-28 10:13:05 -0800 |
| commit | 053d092b3dca4ebb98e97ec0fe24f5f5e1c31f88 (patch) | |
| tree | ff6f621c82b90c924f661a10a4a7924d3ed7ebf4 /altoslib/Makefile.am | |
| parent | 081455dcba860f3e4df8cd66f3fe686b204034ad (diff) | |
altoslib: Add AltosOrient class and max_orient()
This adds the class necessary to put orient into a 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 6d396635..2ee4d89f 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -70,6 +70,7 @@ altoslib_JAVA = \ AltosMma655x.java \ AltosMs5607.java \ AltosNoSymbol.java \ + AltosOrient.java \ AltosParse.java \ AltosPreferences.java \ AltosPreferencesBackend.java \ |
