From: Stefan Metzmacher Date: Wed, 12 Aug 2009 18:39:11 +0000 (+0200) Subject: s3:Makefile: build ../libcli/smb/smb2_create_blob.o as part of smbd X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=a3cdd7949c221a15777994c7f2c535e7d956216e s3:Makefile: build ../libcli/smb/smb2_create_blob.o as part of smbd metze --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 650e2081c75c..c2cd8caa2e3d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -782,6 +782,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/smb2_getinfo.o \ smbd/smb2_setinfo.o \ smbd/smb2_break.o \ + ../libcli/smb/smb2_create_blob.o \ $(MANGLE_OBJ) @VFS_STATIC@ SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \