From 25f96a4058c731e302e2d45bd670e598a7e591b7 Mon Sep 17 00:00:00 2001 From: "Stefan (metze) Metzmacher" Date: Wed, 28 Oct 2009 15:42:47 -0700 Subject: 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. --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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 \ -- cgit