diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-07 21:12:09 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-07 21:12:09 -0700 |
commit | 23d9d37fd2a8f4b867f34e71a2b0f7cb090717c1 (patch) | |
tree | 55abb9220b3162d35532f5d5a52fba7272064e33 /src/telegps-v0.3 | |
parent | d165079b9275c69e727a1dac996ad1788c58ed40 (diff) |
altos: Make telegps builds depend on ao_tracker.h
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telegps-v0.3')
-rw-r--r-- | src/telegps-v0.3/Makefile | 1 |
1 files changed, 1 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 \ |