diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-08-12 20:39:11 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-08-15 10:46:36 +0200 |
commit | a3cdd7949c221a15777994c7f2c535e7d956216e (patch) | |
tree | f25eb4099300c43ecd7b4f23721b5eca96364461 | |
parent | e2845b808997787701e54d2602c0ef08f9c4cff7 (diff) | |
download | samba-a3cdd7949c221a15777994c7f2c535e7d956216e.tar.gz samba-a3cdd7949c221a15777994c7f2c535e7d956216e.tar.bz2 samba-a3cdd7949c221a15777994c7f2c535e7d956216e.zip |
s3:Makefile: build ../libcli/smb/smb2_create_blob.o as part of smbd
metze
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 650e2081c7..c2cd8caa2e 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) \ |