From 34ddb33b4bf14587f4cd5d7972095df6ffa33e02 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 15 Nov 2004 00:32:37 +0000 Subject: r3744: Support building subsystems as a shared library. Modules don't work yet, so while this does compile, it does not work yet. (This used to be commit 3d885562c9f83d60c5d4957b067e35387dfa50dd) --- source4/auth/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth') diff --git a/source4/auth/config.mk b/source4/auth/config.mk index cf794e30a9..b84880bcca 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -17,6 +17,7 @@ REQUIRED_SUBSYSTEMS = \ [MODULE::auth_builtin] INIT_FUNCTION = auth_builtin_init SUBSYSTEM = AUTH +REQUIRED_SUBSYSTEMS = LIBCLI_UTILS INIT_OBJ_FILES = \ auth/auth_builtin.o # End MODULE auth_builtin -- cgit