summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-07 21:12:09 -0700
committerKeith Packard <keithp@keithp.com>2014-06-07 21:12:09 -0700
commit23d9d37fd2a8f4b867f34e71a2b0f7cb090717c1 (patch)
tree55abb9220b3162d35532f5d5a52fba7272064e33 /src
parentd165079b9275c69e727a1dac996ad1788c58ed40 (diff)
altos: Make telegps builds depend on ao_tracker.h
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/telegps-v0.3/Makefile1
-rw-r--r--src/telegps-v1.0/Makefile1
2 files changed, 2 insertions, 0 deletions
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 \