summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-09 18:37:19 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-09 18:37:19 +0000
commit4996fc1cfdf2510d6d9063a30516bcf5ef4f9a8b (patch)
tree8152e2d59e9eb526f4575da2599f582f24530847 /Makefile.am
parentf309aecdd914e578a0e64ffc700c9cd20cb726f0 (diff)
downloadgpsd-4996fc1cfdf2510d6d9063a30516bcf5ef4f9a8b.tar.gz
The shell of an AIVDM driver.
This gets packets and delivers them to a stub analyzer, fields parsed out and checksum verified.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2647a5c8..5d62af1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -141,6 +141,7 @@ libgpsd_c_sources = \
strl.c \
subframe.c \
drivers.c \
+ driver_aivdm.c \
driver_evermore.c \
driver_garmin.c \
driver_garmin_txt.c \