diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-19 17:54:58 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:54 +1000 |
commit | 24cfa2957a8ab5f89f4e12207d378548dfbe1351 (patch) | |
tree | 6c7d703d131acb1f65e8d7dedb89eb3d2abe845a | |
parent | c1dd88216244458e459c365cbe11dbb6532b3f86 (diff) | |
download | samba-24cfa2957a8ab5f89f4e12207d378548dfbe1351.tar.gz |
build: install codepage files
-rw-r--r-- | codepages/wscript_build | 1 | ||||
-rw-r--r-- | source4/wscript_build | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/codepages/wscript_build b/codepages/wscript_build new file mode 100644 index 00000000000..b31ef8d478c --- /dev/null +++ b/codepages/wscript_build @@ -0,0 +1 @@ +bld.install_files('${DATAROOTDIR}', ['upcase.dat', 'lowcase.dat', 'valid.dat']) diff --git a/source4/wscript_build b/source4/wscript_build index b6902d52bdf..73d4a67ff34 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -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() |