diff options
author | Günther Deschner <gd@samba.org> | 2011-04-14 00:17:29 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-14 00:47:57 +0200 |
commit | 1b4d27d45a55c66ed20de64c2fe299583a710ddd (patch) | |
tree | a91f2a3f617dfd2d1e9e6f9998597ae75da1a1a5 /source3/wscript_build | |
parent | bae2ce805478099c1f436e42cd2f47b3ca0caefd (diff) | |
download | samba-1b4d27d45a55c66ed20de64c2fe299583a710ddd.tar.gz samba-1b4d27d45a55c66ed20de64c2fe299583a710ddd.tar.bz2 samba-1b4d27d45a55c66ed20de64c2fe299583a710ddd.zip |
s3-waf: add --with-profiling-data configure option.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 1462375daa..24939c4004 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1021,7 +1021,7 @@ bld.SAMBA3_BINARY('nmbd/nmbd', source=NMBD_SRC, deps='''talloc tdb tevent z cap resolv wbclient dl passdb param ldap LIB_NONSMBD LIBSMB - POPT_SAMBA3 KRBCLIENT NDR_SAMR NDR_LSA''', + POPT_SAMBA3 KRBCLIENT NDR_SAMR NDR_LSA PROFILE''', install_path='${SBINDIR}', vars=locals()) |