From: Stefan Metzmacher Date: Fri, 7 Nov 2008 21:41:12 +0000 (+0100) Subject: librpc/ndr: move ndr_sec_helper.c to the toplevel X-Git-Tag: samba-4.0.0alpha6~480^2~252^2~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff5c58da55ae359496480e66f209d9ef3e2a05cb;p=thirdparty%2Fsamba.git librpc/ndr: move ndr_sec_helper.c to the toplevel metze --- 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