summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-26 14:28:33 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-26 14:28:33 -0500
commitbab8757bc9e0b64883c8eeaa9ce5bd1909bbdcd4 (patch)
tree9f8a539fcdefa2e964c9573a28ade569977aa98c /SConstruct
parent6313827df2a9a0067132626a886e628990715064 (diff)
downloadgpsd-bab8757bc9e0b64883c8eeaa9ce5bd1909bbdcd4.tar.gz
Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 15289fd0..9006f5c6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1485,6 +1485,7 @@ splint_table = [
('splint-gps2udp',['gps2udp.c'],'gps2udp', ['']),
('splint-gpsdecode',['gpsdecode.c'],'gpsdecode', ['']),
('splint-gpxlogger',['gpxlogger.c'],'gpxlogger', ['']),
+ ('splint-ntpmon',['ntpmon.c'],'ntpmon', ['']),
('splint-test_packet',['test_packet.c'],'test_packet test harness', ['']),
('splint-test_mktime',['test_mktime.c'],'test_mktime test harness', ['']),
('splint-test_geoid',['test_geoid.c'],'test_geoid test harness', ['']),
@@ -1927,7 +1928,7 @@ distclean = env.Alias('distclean', [clean, testclean, webclean])
# Tags for Emacs and vi
misc_sources = ['cgps.c', 'gpsctl.c', 'gpsdctl.c', 'gpspipe.c',
- 'gps2udp.c', 'gpsdecode.c', 'gpxlogger.c']
+ 'gps2udp.c', 'gpsdecode.c', 'gpxlogger.c', 'ntpmon']
sources = libgpsd_sources + libgps_sources \
+ gpsd_sources + gpsmon_sources + misc_sources
env.Command('TAGS', sources, ['etags ' + " ".join(sources)])