summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-03-20 12:13:14 -0700
committerChristof Schmitt <cs@samba.org>2015-03-23 21:22:11 +0100
commit0509790ec3696e09f6d5e6db969e46e8fd975efb (patch)
tree0e51360ceb6a23ce9922ac0d0ca8cfd419cdcf4a /ctdb
parentdee2b958c0412296e7944a120d28dd0a350f0223 (diff)
downloadsamba-0509790ec3696e09f6d5e6db969e46e8fd975efb.tar.gz
build: Move systemd checks to lib/util
Only lib/util uses the systemd library, so it makes sense to have the checks there. This also removes the need for the ctdb build script to specify an empty tag for the systemd library. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb')
-rwxr-xr-xctdb/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index 5957f16d511..f0b68cdcc18 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -212,8 +212,6 @@ def configure(conf):
conf.ADD_EXTRA_INCLUDES('#ctdb')
conf.ADD_EXTRA_INCLUDES('#lib #lib/replace')
- conf.SET_TARGET_TYPE('systemd-daemon', 'EMPTY')
-
del(conf.env.defines['PYTHONDIR'])
del(conf.env.defines['PYTHONARCHDIR'])