Handle GPS satellite tracking data
[fw/altos] / src / Makefile
index 812b195549974be8e34e7772830d6592d2776068..9cc322a2d635949c49179b69ad1e0cc4383019ad 100644 (file)
@@ -260,8 +260,8 @@ clean:
 
 install:
 
-ao_flight_test: ao_flight.c ao_flight_test.c
+ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h
        cc -g -o $@ ao_flight_test.c
 
-ao_gps_test: ao_gps.c ao_gps_test.c ao_host.h
-       cc -g -o $@ ao_gps_test.c -lpthread
+ao_gps_test: ao_gps.c ao_gps_test.c ao_gps_print.c ao_host.h
+       cc -g -o $@ ao_gps_test.c