diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-26 22:29:47 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:39 +1000 |
commit | 333f2fc28b4b5492fe6ae842e19cd5ca74d44c89 (patch) | |
tree | fdbfae6f67664b8c168dc57f060574f8991e478f /source4/wscript_build | |
parent | 8364d6b7e81e5ae2f882659bc9e508c961a1adb9 (diff) | |
download | samba-333f2fc28b4b5492fe6ae842e19cd5ca74d44c89.tar.gz samba-333f2fc28b4b5492fe6ae842e19cd5ca74d44c89.tar.bz2 samba-333f2fc28b4b5492fe6ae842e19cd5ca74d44c89.zip |
build: another missing subsystem .....
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index ebe2dba6d8..48a4060b26 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -69,6 +69,8 @@ bld.SAMBA_SUBSYSTEM('SETPROCTITLE', '') bld.SAMBA_SUBSYSTEM('HDB_LDB', '') bld.SAMBA_SUBSYSTEM('ICONV', '') bld.SAMBA_SUBSYSTEM('NDR_MISC', '') +bld.SAMBA_SUBSYSTEM('SCHANNELDB', '') + bld.BUILD_SUBDIR('../lib/replace') bld.BUILD_SUBDIR('../lib/talloc') |