summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-16 08:47:11 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-16 00:25:10 +0100
commit73e7b72936e966b0f1887ffe4c32689425d4a87a (patch)
tree6ac7b6eadced42f58f0f28412d5480d12fc9975a /libcli
parent5e3da3fc50e7cb47c557be92b03456ded9a8435a (diff)
downloadsamba-73e7b72936e966b0f1887ffe4c32689425d4a87a.tar.gz
samba-73e7b72936e966b0f1887ffe4c32689425d4a87a.tar.bz2
samba-73e7b72936e966b0f1887ffe4c32689425d4a87a.zip
libcli: openchange doesn't need these headers any more
thanks to Simo for pointing this out Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 16 00:25:10 CET 2011 on sn-devel-104
Diffstat (limited to 'libcli')
-rw-r--r--libcli/security/wscript_build2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcli/security/wscript_build b/libcli/security/wscript_build
index 5b4d61453c..3f2e06a908 100644
--- a/libcli/security/wscript_build
+++ b/libcli/security/wscript_build
@@ -4,8 +4,6 @@
bld.SAMBA_LIBRARY('security',
source='dom_sid.c display_sec.c secace.c secacl.c security_descriptor.c sddl.c privileges.c security_token.c access_check.c object_tree.c create_descriptor.c util_sid.c session.c',
private_library=True,
- public_headers='security.h dom_sid.h secace.h secacl.h security_descriptor.h security_token.h sddl.h privileges.h access_check.h session.h',
- header_path='security',
deps='talloc ndr NDR_SECURITY'
)