From e7dd6a12913464fd752ddb94bd2f553f14007c74 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Apr 2005 23:08:04 +0000 Subject: r6287: sorted out a small but surprisingly tricky dependency problem with the ndr code for handling sids and security descriptors now that we have a sid in the nbt IDL (This used to be commit f8e77fcdeac704aed5e501aa9108f3ed0ab26ca4) --- source4/utils/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/utils/config.mk') diff --git a/source4/utils/config.mk b/source4/utils/config.mk index c9226f7f70..0d220c7c60 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -79,6 +79,7 @@ REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBCMDLINE \ LIBBASIC \ - LIBCLI_NBT + LIBCLI_NBT \ + LIB_SECURITY_NDR # End BINARY nmblookup ################################# -- cgit