summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-15 05:34:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-15 05:34:22 +0000
commite644919d89a8b8799d8a85b58c7af3504dc01358 (patch)
treeb57826a5aea880a951d3053f193706481a743401 /Makefile.am
parent2af9e393322183b1ac41c00ba5d4a11ce14f869e (diff)
downloadgpsd-e644919d89a8b8799d8a85b58c7af3504dc01358.tar.gz
Remove SiRF-specific assumptions from srecord.c and add it to libgps.c
for future use.
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 97cf2f58..1c3b1ad2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ rtcmdecode_LDADD = $(LIBM) -lncurses libgps.la -lm $(LIBPTHREAD)
#
# Build gpsflash
#
-gpsflash_SOURCES = gpsflash.c gpsflash.h srecord.c utils.c
+gpsflash_SOURCES = gpsflash.c gpsflash.h utils.c
gpsflash_LDADD = $(LIBM) libgps.la -lm
#
@@ -93,6 +93,7 @@ libgps_c_sources = \
report.c \
rtcm.c \
rtcm.h \
+ srecord.c \
bits.h \
timebase.h