diff options
author | Kai Blin <kai@samba.org> | 2010-05-11 17:14:54 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 2650198ff70320cc9f251f2ce881c25932bc0e95 (patch) | |
tree | 686c1fa99c5e1b9540d03cf93ba48454162c3a4a /source3/wscript | |
parent | e48b73fc67e7e57d6944722adf738bcc923cf1a6 (diff) | |
download | samba-2650198ff70320cc9f251f2ce881c25932bc0e95.tar.gz |
s3-waf: autogenerate lists of static modules
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index e615d471924..c1c5977cdda 100644 --- a/source3/wscript +++ b/source3/wscript @@ -279,7 +279,8 @@ updwtmp updwtmpx utimensat vsyslog _write __write __xstat static_list = {} shared_list = {} - prefixes = ['vfs', 'pdb', 'rpc', 'auth', 'nss_info', 'charset', 'idmap', 'gpext'] + prefixes = ['vfs', 'pdb', 'rpc', 'auth', 'nss_info', 'charset', 'idmap', 'gpext', 'perfcount'] + conf.env['MODULE_PREFIXES'] = prefixes for p in prefixes: for m in default_static_modules: if m.find(p) == 0: |