summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-11 21:36:28 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-11 21:36:28 -0400
commitce7e56f479eddf21151b68e1fa80ace3ad4fc4b5 (patch)
treeeb17fce06af8e02381486ef36b547c270108cf5c /Makefile.am
parent623a7837f2de2cd9897068ccce6cd36e0ff1a94d (diff)
downloadgpsd-ce7e56f479eddf21151b68e1fa80ace3ad4fc4b5.tar.gz
Checkpoint first cut an gpsnon support for TNT. Not yet working.
Also, a splint cleanup or two. All regression tests pass.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e3976dc7..13a67d07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,7 +126,7 @@ lcdgps_LDADD = $(LIBM) libgps.la -lm
#
gpsmon_SOURCES = gpsmon.c monitor_nmea.c monitor_sirf.c \
monitor_italk.c monitor_ubx.c monitor_superstar2.c \
- monitor_oncore.c
+ monitor_oncore.c monitor_tnt.c
gpsmon_LDADD = $(LIBM) $(NCURSES_LIBS) libgps.la -lm $(LIBPTHREAD)
#