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/utils/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/utils') diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 6afb1c23c0..1e901e1d87 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -9,7 +9,8 @@ REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBCMDLINE \ LIBBASIC \ - LIBSMB + LIBSMB \ + LIBRPC # End BINARY ndrdump ################################# -- cgit