summaryrefslogtreecommitdiff
path: root/ctdb/wscript
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-09-30 11:38:52 +1000
committerAmitay Isaacs <amitay@samba.org>2015-10-07 14:53:28 +0200
commit90b633ea79291c85248f63493af64be7868763af (patch)
treedbd9938f7e4ea066f6a2a7b11c977ba25a3bc151 /ctdb/wscript
parent42f772215178050a3f465440e79e1ec9bce0e34f (diff)
downloadsamba-90b633ea79291c85248f63493af64be7868763af.tar.gz
ctdb-build: Do not mark ctdb private headers public
These headers are used by the server code and should not be marked public. Samba builds against the in-tree version of the headers and should not be built with externally installed CTDB. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/wscript')
-rwxr-xr-xctdb/wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index eea25e93be8..d815cd9d1eb 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -334,7 +334,6 @@ def build(bld):
bld.SAMBA_SUBSYSTEM('ctdb-client',
source=bld.SUBDIR('client', 'ctdb_client.c'),
includes='include include/internal',
- public_headers='include/ctdb_client.h',
deps='''replace popt talloc tevent tdb
samba-util tdb-wrap''')
@@ -358,11 +357,6 @@ def build(bld):
ctdb_update_record.c
ctdb_lock.c'''),
includes='include include/internal',
- public_headers='''include/ctdb_version.h
- include/ctdb.h
- include/ctdb_private.h
- include/ctdb_protocol.h
- include/ctdb_typesafe_cb.h''',
deps='replace popt talloc tevent tdb talloc_report')
bld.SAMBA_BINARY('ctdbd',