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 /source4/librpc | |
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 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index a7871a627c..501b88bb36 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -251,7 +251,7 @@ NDR_KRB5PAC_OBJ_FILES = ../librpc/gen_ndr/ndr_krb5pac.o ../librpc/ndr/ndr_krb5pa [SUBSYSTEM::NDR_XATTR] PUBLIC_DEPENDENCIES = LIBNDR NDR_SECURITY -NDR_XATTR_OBJ_FILES = ../librpc/gen_ndr/ndr_xattr.o +NDR_XATTR_OBJ_FILES = ../librpc/gen_ndr/ndr_xattr.o ../librpc/ndr/ndr_xattr.o [SUBSYSTEM::NDR_OPENDB] PUBLIC_DEPENDENCIES = LIBNDR |