From 03998d097079397c6a58a9317964a30e9c2c5b26 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 09:46:50 +1100 Subject: s4-waf: started adding auto-install of include files --- codepages/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codepages') diff --git a/codepages/wscript_build b/codepages/wscript_build index b31ef8d478..b3eafcc8dc 100644 --- a/codepages/wscript_build +++ b/codepages/wscript_build @@ -1 +1 @@ -bld.install_files('${DATAROOTDIR}', ['upcase.dat', 'lowcase.dat', 'valid.dat']) +bld.INSTALL_WILDCARD('${DATAROOTDIR}', '*.dat') -- cgit