gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Install ntpmon binary.


From: Miroslav Lichvar
Subject: [gpsd-dev] [PATCH] Install ntpmon binary.
Date: Fri, 27 Feb 2015 11:20:55 +0100

---
 SConstruct | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/SConstruct b/SConstruct
index 295eb72..79305a3 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))
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]