summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-06-02 19:42:47 -0700
committerKeith Packard <keithp@keithp.com>2012-06-02 19:42:47 -0700
commitdd43a2ae7594f062a8980d1756a07488ee54b447 (patch)
tree9bb9887e03f3f2e8cda171fee2a9dc6f220dcbc1 /altoslib/Makefile.am
parent0772020c969a69c3b0a705de7362340a9732daab (diff)
altoslib: Move new sensor library code into altoslib
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r--altoslib/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am
index 4262daca..2e4a795a 100644
--- a/altoslib/Makefile.am
+++ b/altoslib/Makefile.am
@@ -47,7 +47,10 @@ AltosLib_JAVA = \
$(SRC)/AltosTelemetryRecordLocation.java \
$(SRC)/AltosTelemetryRecordRaw.java \
$(SRC)/AltosTelemetryRecordSatellite.java \
- $(SRC)/AltosTelemetryRecordSensor.java
+ $(SRC)/AltosTelemetryRecordSensor.java \
+ $(SRC)/AltosMs5607.java \
+ $(SRC)/AltosIMU.java \
+ $(SRC)/AltosMag.java
JAR=AltosLib.jar