diff options
| author | Keith Packard <keithp@keithp.com> | 2014-04-05 18:14:35 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-04-05 18:14:35 -0700 |
| commit | 9cb10d73fee0e3f36c778fd2a9c9992b87669fe2 (patch) | |
| tree | 033923dcb18e5e90aefb5549697cce7258545221 /altosui/Makefile.am | |
| parent | ca66a035edecd7feffcd22257d3413ce0e189c07 (diff) | |
altosui: Add ignitor tab for TeleMega extra ignitors
Show the current state of the additional ignitors in another tab;
there's not really room in the 'Pad' tab.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 7829a24c..3a2a1863 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -49,6 +49,7 @@ altosui_JAVA = \ Altos.java \ AltosIdleMonitorUI.java \ AltosIgniteUI.java \ + AltosIgnitor.java \ AltosLaunch.java \ AltosLaunchUI.java \ AltosInfoTable.java \ |
