diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-15 12:23:46 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-15 11:43:05 +0000 |
commit | f91b7b5dab904613bd48f663ba768521995ed9e6 (patch) | |
tree | 99e8684b326eb9df7fd3a6daf25e5d45d563b802 /source4/smbd/wscript_build | |
parent | 88d694ac8e808a22495dcdd6af181f4738c1f21c (diff) | |
download | samba-f91b7b5dab904613bd48f663ba768521995ed9e6.tar.gz |
nbtd: Build service as shared module.
Diffstat (limited to 'source4/smbd/wscript_build')
-rw-r--r-- | source4/smbd/wscript_build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index 3a590499d5f..0d91d4160b4 100644 --- a/source4/smbd/wscript_build +++ b/source4/smbd/wscript_build @@ -1,11 +1,11 @@ #!/usr/bin/env python bld.SAMBA_LIBRARY('service', - source='service.c service_stream.c service_named_pipe.c service_task.c', - autoproto='service_proto.h', - deps='tevent MESSAGING samba_socket RPC_NDR_IRPC NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi credentials LIBTSOCKET LIBSAMBA_TSOCKET process_model', - private_library=True - ) + source='service.c service_stream.c service_named_pipe.c service_task.c', + autoproto='service_proto.h', + deps='tevent MESSAGING samba_socket RPC_NDR_IRPC NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi credentials LIBTSOCKET LIBSAMBA_TSOCKET process_model', + private_library=True + ) bld.SAMBA_SUBSYSTEM('PIDFILE', |