summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
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