diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-28 15:46:41 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-15 12:22:18 +1100 |
commit | b7b2426fe3ac091f0f8705d82ac212a099d075cc (patch) | |
tree | 9c362448c583a158f38eb34f63d800268b903d72 /source4 | |
parent | 36b48ad9a299bf937e1815da7ff93827a3723e5f (diff) | |
download | samba-b7b2426fe3ac091f0f8705d82ac212a099d075cc.tar.gz samba-b7b2426fe3ac091f0f8705d82ac212a099d075cc.tar.bz2 samba-b7b2426fe3ac091f0f8705d82ac212a099d075cc.zip |
ldb: don't install ldb_wrap.h twice
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb-samba/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index 5379801d79..a8d4df2ce0 100644 --- a/source4/lib/ldb-samba/wscript_build +++ b/source4/lib/ldb-samba/wscript_build @@ -8,7 +8,6 @@ bld.SAMBA_LIBRARY('ldbsamba', source='ldif_handlers.c', autoproto='ldif_handlers_proto.h', public_deps='ldb', - public_headers='ldb_wrap.h', deps='security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb pyldb-util', private_library=True ) |