From 057e4422a7c0b54f32b698f0ef9c3507084501d9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 24 Nov 2011 10:02:44 +0100 Subject: [PATCH] s3: Move ndr_file_id to LIBNDR_OBJ --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 8a5f94f0795..7ff08c63138 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -315,6 +315,7 @@ LIBNDR_OBJ = ../librpc/ndr/ndr_basic.o \ ../librpc/ndr/uuid.o \ ../librpc/ndr/util.o \ librpc/gen_ndr/ndr_server_id.o \ + librpc/gen_ndr/ndr_file_id.o \ librpc/gen_ndr/ndr_dcerpc.o LIBNDR_GEN_OBJ0 = librpc/gen_ndr/ndr_samr.o \ @@ -825,7 +826,7 @@ OPLOCK_OBJ = smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o \ smbd/oplock_onefs.o NOTIFY_OBJ = smbd/notify.o smbd/notify_inotify.o smbd/notify_internal.o \ - librpc/gen_ndr/ndr_notify.o librpc/gen_ndr/ndr_file_id.o + librpc/gen_ndr/ndr_notify.o FNAME_UTIL_OBJ = lib/filename_util.o -- 2.34.1