summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-10-22 21:35:06 -0700
committerKeith Packard <keithp@keithp.com>2012-10-22 21:35:06 -0700
commitfe00d1169c65cb289f77093cf281efbd0a5d4e64 (patch)
treebd896bf00b610a08ac7fc6fdc2dcfff660c94ad4 /altoslib/Makefile.am
parentfd619a01bf3489b1df017aca20362757b087ec11 (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 'altoslib/Makefile.am')
-rw-r--r--altoslib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am
index f04c10c6..2579a650 100644
--- a/altoslib/Makefile.am
+++ b/altoslib/Makefile.am
@@ -75,7 +75,8 @@ AltosLib_JAVA = \
$(SRC)/AltosDistance.java \
$(SRC)/AltosHeight.java \
$(SRC)/AltosSpeed.java \
- $(SRC)/AltosAccel.java
+ $(SRC)/AltosAccel.java \
+ $(SRC)/AltosPyro.java
JAR=AltosLib.jar