summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-20 03:44:28 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-20 03:44:28 -0500
commitdeed0289da0b36cb717da6161c762312b3255519 (patch)
treeb9317a2250f935be56a296063219a0c5bc2e11d8 /SConstruct
parent731f4cb7d79c192f3c48dc0c6f41f5c97374b611 (diff)
downloadgpsd-deed0289da0b36cb717da6161c762312b3255519.tar.gz
monitor_nmea.c -> monitor_nmea0183.c
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 13e990f3..25d17760 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1030,7 +1030,7 @@ if env['systemd']:
gpsmon_sources = [
'gpsmon.c',
'monitor_italk.c',
- 'monitor_nmea.c',
+ 'monitor_nmea0183.c',
'monitor_oncore.c',
'monitor_sirf.c',
'monitor_superstar2.c',