From: Keith Packard Date: Sun, 8 Jun 2014 04:12:09 +0000 (-0700) Subject: altos: Make telegps builds depend on ao_tracker.h X-Git-Tag: 1.3.2.4~7 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=23d9d37fd2a8f4b867f34e71a2b0f7cb090717c1 altos: Make telegps builds depend on ao_tracker.h Signed-off-by: Keith Packard --- diff --git a/src/telegps-v0.3/Makefile b/src/telegps-v0.3/Makefile index 9736407c..27279792 100644 --- a/src/telegps-v0.3/Makefile +++ b/src/telegps-v0.3/Makefile @@ -11,6 +11,7 @@ INC = \ ao_arch_funcs.h \ ao_pins.h \ ao_product.h \ + ao_tracker.h \ ao_task.h \ ao_whiten.h \ ao_cc115l.h \ diff --git a/src/telegps-v1.0/Makefile b/src/telegps-v1.0/Makefile index ed864d64..b5c3dfa3 100644 --- a/src/telegps-v1.0/Makefile +++ b/src/telegps-v1.0/Makefile @@ -11,6 +11,7 @@ INC = \ ao_arch_funcs.h \ ao_pins.h \ ao_product.h \ + ao_tracker.h \ ao_task.h \ ao_whiten.h \ ao_cc115l.h \