summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-19 17:54:58 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:54 +1000
commit24cfa2957a8ab5f89f4e12207d378548dfbe1351 (patch)
tree6c7d703d131acb1f65e8d7dedb89eb3d2abe845a
parentc1dd88216244458e459c365cbe11dbb6532b3f86 (diff)
downloadsamba-24cfa2957a8ab5f89f4e12207d378548dfbe1351.tar.gz
samba-24cfa2957a8ab5f89f4e12207d378548dfbe1351.tar.bz2
samba-24cfa2957a8ab5f89f4e12207d378548dfbe1351.zip
build: install codepage files
-rw-r--r--codepages/wscript_build1
-rw-r--r--source4/wscript_build1
2 files changed, 2 insertions, 0 deletions
diff --git a/codepages/wscript_build b/codepages/wscript_build
new file mode 100644
index 0000000000..b31ef8d478
--- /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 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()