diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-13 22:59:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-13 22:59:26 -0700 |
commit | c88aa32b979f379e3cf316dcb651e264c32a5283 (patch) | |
tree | f10b76159ed1d64d0609a8795e562c36532c240d /src | |
parent | 61f5183fb6aff63c1133011b5625814ee56e96da (diff) |
altos/test: ao_gps_test_ublox uses ao_gps_blox.h
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile index 08aa8cd5..169c1dc6 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -38,7 +38,7 @@ ao_gps_test: ao_gps_test.c ao_gps_sirf.c ao_gps_print.c ao_host.h ao_gps_test_skytraq: ao_gps_test_skytraq.c ao_gps_skytraq.c ao_gps_print.c ao_host.h cc $(CFLAGS) -o $@ $< -ao_gps_test_ublox: ao_gps_test_ublox.c ao_gps_ublox.c ao_gps_print.c ao_host.h +ao_gps_test_ublox: ao_gps_test_ublox.c ao_gps_ublox.c ao_gps_print.c ao_host.h ao_gps_ublox.h cc $(CFLAGS) -o $@ $< ao_convert_test: ao_convert_test.c ao_convert.c altitude.h |