diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-11-07 22:41:12 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-11-07 22:41:12 +0100 |
commit | ff5c58da55ae359496480e66f209d9ef3e2a05cb (patch) | |
tree | 9167ce069fc03ca026d7b9951d75433c139a40f4 | |
parent | da9f41dde201d747c50ac2f5bf7973818f168855 (diff) | |
download | samba-ff5c58da55ae359496480e66f209d9ef3e2a05cb.tar.gz samba-ff5c58da55ae359496480e66f209d9ef3e2a05cb.tar.bz2 samba-ff5c58da55ae359496480e66f209d9ef3e2a05cb.zip |
librpc/ndr: move ndr_sec_helper.c to the toplevel
metze
-rw-r--r-- | librpc/ndr/ndr_sec_helper.c (renamed from source4/librpc/ndr/ndr_sec_helper.c) | 0 | ||||
-rw-r--r-- | source4/librpc/config.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/ndr/ndr_sec_helper.c b/librpc/ndr/ndr_sec_helper.c index 009e3524a7..009e3524a7 100644 --- a/source4/librpc/ndr/ndr_sec_helper.c +++ b/librpc/ndr/ndr_sec_helper.c diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 37c12d8891..f9412a6851 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 |