diff options
author | Keith Packard <keithp@keithp.com> | 2009-06-04 10:41:34 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-06-04 10:41:34 -0700 |
commit | 210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7 (patch) | |
tree | 42dbabd0caa7186c898da746014341d3ff31a201 /aoview/aoview_convert.c | |
parent | 8cce307bb3156584ba17ae5a787f645dfee5fb94 (diff) |
Use autotools, move altos to src subdir
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/aoview_convert.c')
-rw-r--r-- | aoview/aoview_convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoview/aoview_convert.c b/aoview/aoview_convert.c index a4bf813d..02416647 100644 --- a/aoview/aoview_convert.c +++ b/aoview/aoview_convert.c @@ -18,7 +18,7 @@ #include "aoview.h" static int16_t altitude_table[2048] = { -#include "../altitude.h" +#include "altitude.h" }; int16_t |