From 620d759f49f4b648d0fa4a84e67f1cecbbdd0f06 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 27 Apr 2006 19:50:13 +0000 Subject: r15298: Fix the build using a few hacks in the build system. Recursive dependencies are now forbidden (the build system will bail out if there are any). I've split up auth_sam.c into auth_sam.c and sam.c. Andrew, please rename sam.c / move its contents to whatever/wherever you think suits best. (This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0) --- source4/utils/config.mk | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'source4/utils/config.mk') diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 9ffe72352e..cafa022d94 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -29,7 +29,8 @@ PRIVATE_DEPENDENCIES = \ LIBPOPT \ POPT_SAMBA \ POPT_CREDENTIALS \ - gensec + gensec \ + LIBCLI_RESOLVE MANPAGE = man/ntlm_auth.1 # End BINARY ntlm_auth ################################# @@ -81,7 +82,8 @@ PRIVATE_DEPENDENCIES = \ LIBCLI_NBT \ LIBPOPT \ POPT_SAMBA \ - LIBNETIF + LIBNETIF \ + LIBCLI_RESOLVE # End BINARY nmblookup ################################# @@ -96,6 +98,8 @@ PRIVATE_DEPENDENCIES = \ LIBSAMBA-UTIL \ LIBPOPT \ SOCKET \ - POPT_SAMBA + POPT_SAMBA \ + LIBCLI_RESOLVE \ + CHARSET # End BINARY testparm ################################# -- cgit