From 02075be0bbc2095073f8898350fded64a7c97c79 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 21 Mar 2005 02:08:38 +0000 Subject: r5917: First step in using the new cli_credentials structure. This patch puts support for it into popt_common, adds a few utility functions (in lib/credentials.c) and the callback functions for the command-line (lib/cmdline/credentials.c). Comments are welcome :-) (This used to be commit 1d49b57c50fe8c2683ea23e9df41ce8ad774db98) --- source4/build/smb_build/main.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/main.pm b/source4/build/smb_build/main.pm index 0b57e5952d..381c548ac1 100644 --- a/source4/build/smb_build/main.pm +++ b/source4/build/smb_build/main.pm @@ -38,6 +38,7 @@ sub smb_build_main($) "lib/messaging/config.mk", "lib/events/config.mk", "lib/popt/config.mk", + "lib/cmdline/config.mk", "smb_server/config.mk", "rpc_server/config.mk", "ldap_server/config.mk", -- cgit