diff options
| author | Keith Packard <keithp@keithp.com> | 2009-05-20 09:44:55 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-05-20 09:44:55 -0700 |
| commit | aa6d87aeb616dd62f0debaded297232022b4f8bd (patch) | |
| tree | 3fb8b12bcb2796fdcf7ce1dd16c45fd44176937d /aoview/Makefile | |
| parent | b730c8bcbce649cdddba935e1112aaae538bc526 (diff) | |
Make file handling more general so it can be reused.
The log file handling stuff will be useful for saving eeprom data, so pull
it out of the real-time log handling code and make a general interface.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/Makefile')
| -rw-r--r-- | aoview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aoview/Makefile b/aoview/Makefile index a2878b0e..ca636065 100644 --- a/aoview/Makefile +++ b/aoview/Makefile @@ -17,7 +17,8 @@ SRC = \ aoview_convert.c \ aoview_log.c \ aoview_table.c \ - aoview_util.c + aoview_util.c \ + aoview_file.c INC = \ aoview.h |
