From ff5c58da55ae359496480e66f209d9ef3e2a05cb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 7 Nov 2008 22:41:12 +0100 Subject: [PATCH] librpc/ndr: move ndr_sec_helper.c to the toplevel metze --- {source4/librpc => librpc}/ndr/ndr_sec_helper.c | 0 source4/librpc/config.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {source4/librpc => librpc}/ndr/ndr_sec_helper.c (100%) diff --git a/source4/librpc/ndr/ndr_sec_helper.c b/librpc/ndr/ndr_sec_helper.c similarity index 100% rename from source4/librpc/ndr/ndr_sec_helper.c rename to librpc/ndr/ndr_sec_helper.c diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 37c12d8891d..f9412a6851c 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -52,7 +52,7 @@ NDR_COMPRESSION_OBJ_FILES = ../librpc/ndr/ndr_compression.o PUBLIC_DEPENDENCIES = NDR_MISC LIBSECURITY NDR_SECURITY_OBJ_FILES = $(gen_ndrsrcdir)/ndr_security.o \ - $(ndrsrcdir)/ndr_sec_helper.o \ + ../librpc/ndr/ndr_sec_helper.o \ $(gen_ndrsrcdir)/ndr_dom_sid.o \ $(ndrsrcdir)/ndr_dom_sid.o -- 2.47.3