summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-07-18 16:34:13 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-07-18 16:34:13 +0000
commit136a85b6974eef26873ec3d806219b2ef0d45457 (patch)
tree868bc7d11317f68a4242e747f8a5b82f24033d8b /Makefile.am
parentbe5f5e9830575547c60aad41420edf1387010f5c (diff)
downloadgpsd-136a85b6974eef26873ec3d806219b2ef0d45457.tar.gz
Oncore driver for gpsmon, from Hakan Johansson
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 92cd47d3..b656b992 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,7 +117,8 @@ lcdgps_LDADD = $(LIBM) libgps.la -lm
# Build gpsmon
#
gpsmon_SOURCES = gpsmon.c monitor_nmea.c monitor_sirf.c \
- monitor_italk.c monitor_ubx.c monitor_superstar2.c
+ monitor_italk.c monitor_ubx.c monitor_superstar2.c \
+ monitor_oncore.c
gpsmon_LDADD = $(LIBM) $(NCURSES_LIBS) libgps.la -lm $(LIBPTHREAD)
#