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 /source4/wscript_build | |
parent | c1dd88216244458e459c365cbe11dbb6532b3f86 (diff) | |
download | samba-24cfa2957a8ab5f89f4e12207d378548dfbe1351.tar.gz samba-24cfa2957a8ab5f89f4e12207d378548dfbe1351.tar.bz2 samba-24cfa2957a8ab5f89f4e12207d378548dfbe1351.zip |
build: install codepage files
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index b6902d52bd..73d4a67ff3 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() |