1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

build: install codepage files

This commit is contained in:
Andrew Tridgell 2010-03-19 17:54:58 +11:00
parent c1dd882162
commit 24cfa2957a
2 changed files with 2 additions and 0 deletions

1
codepages/wscript_build Normal file
View File

@ -0,0 +1 @@
bld.install_files('${DATAROOTDIR}', ['upcase.dat', 'lowcase.dat', 'valid.dat'])

View File

@ -114,6 +114,7 @@ bld.BUILD_SUBDIR('../libgpo')
bld.BUILD_SUBDIR('../libcli/named_pipe_auth')
bld.BUILD_SUBDIR('heimdal_build')
bld.BUILD_SUBDIR('lib/smbreadline')
bld.BUILD_SUBDIR('../codepages')
bld.ENFORCE_GROUP_ORDERING()