summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-17 00:51:13 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-05-17 00:51:13 +0000
commitb717ac1700e4651177fcf06991f82f8b7a171c11 (patch)
tree0ec93f10247245db449a1200660b66698c0962d7 /source/utils
parent2201bf4204816f2dd2f07954c3c157d99101e06c (diff)
downloadsamba-b717ac1700e4651177fcf06991f82f8b7a171c11.tar.gz
samba-b717ac1700e4651177fcf06991f82f8b7a171c11.tar.xz
samba-b717ac1700e4651177fcf06991f82f8b7a171c11.zip
r6839: Add support for building subsystems as shared libraries. This can be
done by setting: OUTPUT_TYPE = SHARED_LIBRARY in the [SUBSYSTEM::...] section belonging to a subsystem. The idea is to allow multiple values to OUTPUT_TYPE simultaneously (e.g. OUTPUT_TYPE = SHARED_LIBRARY, STATIC_LIBRARY, OBJLIST )
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/config.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/utils/config.mk b/source/utils/config.mk
index 58aafe3c249..1854042d65a 100644
--- a/source/utils/config.mk
+++ b/source/utils/config.mk
@@ -10,8 +10,8 @@ REQUIRED_SUBSYSTEMS = \
LIBCMDLINE \
LIBBASIC \
NDR_ALL \
- LIBRPC
-# FIXME: ndrdump shouldn't have to depend on LIBRPC...
+ RPC
+# FIXME: ndrdump shouldn't have to depend on RPC...
# End BINARY ndrdump
#################################
@@ -25,7 +25,7 @@ REQUIRED_SUBSYSTEMS = \
LIBCMDLINE \
LIBBASIC \
LIBSMB \
- LIBRPC
+ RPC
# End BINARY ntlm_auth
#################################
@@ -38,7 +38,7 @@ REQUIRED_SUBSYSTEMS = \
CONFIG \
LIBCMDLINE \
LIBBASIC \
- LIBRPC \
+ RPC \
NDR_XATTR
# End BINARY getntacl
#################################
@@ -52,7 +52,7 @@ REQUIRED_SUBSYSTEMS = \
CONFIG \
LIBCMDLINE \
LIBBASIC \
- LIBRPC
+ RPC
# End BINARY setntacl
#################################
@@ -65,7 +65,7 @@ REQUIRED_SUBSYSTEMS = \
CONFIG \
LIBCMDLINE \
LIBBASIC \
- LIBRPC \
+ RPC \
NDR_XATTR \
NDR_SAMR
# End BINARY setnttoken