summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2015-02-27 11:20:55 +0100
committerEric S. Raymond <esr@thyrsus.com>2015-02-27 15:41:06 -0500
commitc745ecb33358cc8747381f82ce86e22f96b480a0 (patch)
tree2731f46e778502a41ceee49884d41a609736dd8f
parent39d3873e697f7d89b13cc9118b0fb2f1f68f286e (diff)
downloadgpsd-c745ecb33358cc8747381f82ce86e22f96b480a0.tar.gz
Install ntpmon binary.
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 295eb727..79305a3e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1379,7 +1379,8 @@ headerinstall = [ env.Install(installdir('includedir'), x) for x in ("libgpsmm.h
binaryinstall = []
binaryinstall.append(env.Install(installdir('sbindir'), [gpsd, gpsdctl]))
-binaryinstall.append(env.Install(installdir('bindir'), [gpsdecode, gpsctl, gpspipe, gps2udp, gpxlogger, lcdgps]))
+binaryinstall.append(env.Install(installdir('bindir'), [gpsdecode, gpsctl, gpspipe, gps2udp,
+ gpxlogger, lcdgps, ntpmon]))
if env["ncurses"]:
binaryinstall.append(env.Install(installdir('bindir'), [cgps, gpsmon]))
binaryinstall.append(LibraryInstall(env, installdir('libdir'), compiled_gpslib))