summaryrefslogtreecommitdiff
path: root/source4/setup
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2017-12-19 09:55:09 +1300
committerGarming Sam <garming@samba.org>2017-12-20 23:13:10 +0100
commit1f63ffc9653fd6217d14368943f9a74ca751c321 (patch)
tree97b5177c560e4b8a99809e73ac1d1cd35b17b530 /source4/setup
parent576fb4fb5dc506bf55e5cf87973999dca444149b (diff)
downloadsamba-1f63ffc9653fd6217d14368943f9a74ca751c321.tar.gz
wscript: Install missing .ldf files
With the update to the newer version of the 2008 R2 schemas, the files were not available on install. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/setup')
-rw-r--r--source4/setup/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build
index 6c60d7ad50b..838630a7d29 100644
--- a/source4/setup/wscript_build
+++ b/source4/setup/wscript_build
@@ -1,6 +1,7 @@
#!/usr/bin/env python
bld.INSTALL_WILDCARD('${SETUPDIR}', 'ad-schema/*.txt')
+bld.INSTALL_WILDCARD('${SETUPDIR}', 'ad-schema/*.ldf')
bld.INSTALL_WILDCARD('${SETUPDIR}', 'display-specifiers/*.txt')
bld.INSTALL_WILDCARD('${SETUPDIR}', 'adprep/*.ldf')
bld.INSTALL_WILDCARD('${SETUPDIR}', 'adprep/WindowsServerDocs/Schema-Updates.md')