diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 12:59:25 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 12:59:25 +0200 |
commit | 56f7bebd3a45e444136fcf2d3168b90042a4b9f7 (patch) | |
tree | 6f465fbd8978e2cab18edc5fc54a4f91f9bf5439 /source4/libcli/wscript_build | |
parent | eeee09d27368a55bcdb56e3b0f40b303a6de2e3e (diff) | |
download | samba-56f7bebd3a45e444136fcf2d3168b90042a4b9f7.tar.gz samba-56f7bebd3a45e444136fcf2d3168b90042a4b9f7.tar.bz2 samba-56f7bebd3a45e444136fcf2d3168b90042a4b9f7.zip |
smb_composite: Integrate prototypes in header file.
Diffstat (limited to 'source4/libcli/wscript_build')
-rw-r--r-- | source4/libcli/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 3184a19c04..ed786f9be1 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -26,7 +26,6 @@ bld.SAMBA_SUBSYSTEM('cli_composite', bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE', source='smb_composite/loadfile.c smb_composite/savefile.c smb_composite/connect.c smb_composite/sesssetup.c smb_composite/fetchfile.c smb_composite/appendacl.c smb_composite/fsinfo.c smb_composite/smb2.c', - autoproto='smb_composite/proto.h', deps='LIBCLI_SMB2 tevent-util', public_deps='cli_composite credentials gensec LIBCLI_RESOLVE tevent' ) |