diff options
| author | Keith Packard <keithp@keithp.com> | 2012-10-22 21:35:06 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-10-22 21:35:06 -0700 |
| commit | fe00d1169c65cb289f77093cf281efbd0a5d4e64 (patch) | |
| tree | bd896bf00b610a08ac7fc6fdc2dcfff660c94ad4 /altosui/Makefile.am | |
| parent | fd619a01bf3489b1df017aca20362757b087ec11 (diff) | |
altosui/altoslib: Add support for configuring pyro channels
This provides a UI on devices which have pyro channels other than
main/apogee.
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 9f03ceb6..2c46da4a 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -24,6 +24,7 @@ altosui_JAVA = \ AltosConfig.java \ AltosConfigFreqUI.java \ AltosConfigUI.java \ + AltosConfigPyroUI.java \ AltosConfigureUI.java \ AltosConfigTD.java \ AltosConfigTDUI.java \ |
