diff options
| author | Keith Packard <keithp@keithp.com> | 2011-11-11 22:24:22 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-11-11 22:24:22 -0800 |
| commit | 7ecde50fbebe68a2e2200a2f8d081fd37074f840 (patch) | |
| tree | 63f2baf059ea416815c4bc3e6e48852c42eda8e6 /altosui/Makefile.am | |
| parent | 713bd503902526c17a7657c18be947ef8fa6a47a (diff) | |
altosui: Make UI Look&Feel configurable
Saves the preferred style and uses that for all current and new windows.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index c4d1e611..7cd383ac 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -110,6 +110,9 @@ altosui_JAVA = \ AltosTelemetry.java \ AltosTelemetryIterable.java \ AltosUI.java \ + AltosUIListener.java \ + AltosFrame.java \ + AltosDialog.java \ AltosWriter.java \ AltosDataPointReader.java \ AltosDataPoint.java \ |
