summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorChristian Gagneraud <chgans@gna.org>2013-11-03 14:36:20 +0000
committerEric S. Raymond <esr@thyrsus.com>2013-11-03 00:03:20 -0400
commit49cbd91867ce6ae9670f746cc9abf4e739f1f662 (patch)
treeeeb065b3718c738a1f163aa1d6c6fc1d86da7446 /SConstruct
parent3e50b8569376de985d1c956f0cd462cef5271668 (diff)
downloadgpsd-49cbd91867ce6ae9670f746cc9abf4e739f1f662.tar.gz
SConstruct: fix indent
Signed-off-by: Christian Gagneraud <chgans@gna.org>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 61b8efd6..af68e29a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -905,7 +905,8 @@ if qt_env:
compile_with = qt_env['CC']
compile_flags = qt_env['CFLAGS']
qtobjects.append(qt_env.SharedObject(src.split(".")[0] + '-qt', src,
- CC=compile_with, CFLAGS=compile_flags,
+ CC=compile_with,
+ CFLAGS=compile_flags,
parse_flags=dbus_libs))
compiled_qgpsmmlib = Library(qt_env, "Qgpsmm", qtobjects, libgps_version)
libraries.append(compiled_qgpsmmlib)