summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-15 16:51:18 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-15 16:51:18 +0000
commitdd81945a419ef97e09578b552d0fe967d08a1cee (patch)
treecafe7942e01df91f8145f471ac025d92b897f435 /Makefile.am
parent03eb120c76a479fff6d0733ba95eca4782c042e6 (diff)
downloadgpsd-dd81945a419ef97e09578b552d0fe967d08a1cee.tar.gz
Split libgpsd_core.c in half.
The code for dumping pseudo-NMEA needs an overhaul and may end up at a different layer of the architecture. All regression tests pass.
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 6cd0668d..2d5b8271 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -155,6 +155,7 @@ libgpsd_c_sources = \
netlib.c \
ntpshm.c \
packet.c \
+ pseudonmea.c \
serial.c \
rtcm2_json.c \
srecord.c \