diff options
author | Stefan (metze) Metzmacher <metze@samba.org> | 2009-10-28 15:42:47 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-10-28 15:42:47 -0700 |
commit | 25f96a4058c731e302e2d45bd670e598a7e591b7 (patch) | |
tree | d90cd270a311dafa4675750ae8eb29e55877ad11 /source3 | |
parent | c27194a7e08b51a36a3214a84dcd3d6a12c7f891 (diff) | |
download | samba-25f96a4058c731e302e2d45bd670e598a7e591b7.tar.gz samba-25f96a4058c731e302e2d45bd670e598a7e591b7.tar.bz2 samba-25f96a4058c731e302e2d45bd670e598a7e591b7.zip |
Add in Metze's new code to ndr encode the user.DOSATTRIB
blobs. Next I'll change the create timestamp and dos attribute
code to use this.
Diffstat (limited to 'source3')
-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 0a9fb91ff8..6a150acd52 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -337,6 +337,7 @@ LIBNDR_GEN_OBJ = ../librpc/gen_ndr/ndr_wkssvc.o \ ../librpc/gen_ndr/ndr_dssetup.o \ librpc/gen_ndr/ndr_notify.o \ ../librpc/gen_ndr/ndr_xattr.o \ + ../librpc/ndr/ndr_xattr.o \ ../librpc/gen_ndr/ndr_epmapper.o \ ../librpc/gen_ndr/ndr_named_pipe_auth.o \ ../librpc/gen_ndr/ndr_ntsvcs.o \ |