summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-07-05 03:22:47 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-07-05 03:22:47 +0000
commit39c9eae22038fc1de40e86db35824416368b78b4 (patch)
treea0cf34664c44caec79af11f83496ef5a05fe9747 /Makefile.am
parent37bc5352ffc2bdf092ca585ee0849b6bcca605e5 (diff)
downloadgpsd-39c9eae22038fc1de40e86db35824416368b78b4.tar.gz
GPSD can now be a gpsd client
that is, it can connect to and relay data from other gpsd instances. Sample usage # gpsd -S 12000 -n 'gpsd://localhost:2947/?raw' # cgps 127.0.0.1:12000
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 74567138..a10359fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -147,6 +147,7 @@ libgpsd_c_sources = \
net_dgpsip.c \
net_gnss_dispatch.c \
net_ntrip.c \
+ net_remotegpsd.c \
netlib.c \
ntpshm.c \
packet.c \