summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-15 16:58:55 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-15 16:58:55 +0000
commit34adb6d0a83f009847b8820b29c9c0b8e874d5ab (patch)
tree025049f1e96b7b318d7211067368d93817ec8a0e /Makefile.am
parent23ebf1cda200613daca5f5aa3c420413f8dbc3e2 (diff)
downloadgpsd-34adb6d0a83f009847b8820b29c9c0b8e874d5ab.tar.gz
Rename the utils.c file from gpsflash to sirfflash.c.
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 2c406e7e..21aa30c0 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 utils.c
+gpsflash_SOURCES = gpsflash.c gpsflash.h sirfflash.c
gpsflash_LDADD = $(LIBM) libgps.la -lm
#