altos/test: Add dependencies in the Makefile for ao_flight_test
[fw/altos] / src / test / Makefile
index f6e9b9f5a34074c16df947f6d481ed05a63c0fe6..cd9cafc8bddc27a6abac2cb0da36c4d03a86ae24 100644 (file)
@@ -11,7 +11,7 @@ clean:
 
 install:
 
-ao_flight_test: ao_flight_test.c ao_flight_test.c ao_host.h
+ao_flight_test: ao_flight_test.c ao_flight_test.c ao_host.h ao_flight.c altitude.h
        cc -g -o $@ $<
 
 ao_gps_test: ao_gps_test.c ao_gps_sirf.c ao_gps_print.c ao_host.h