summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-17 00:51:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:50 -0500
commite73d051e20f18ab981f540a7178900ac3f3c45fd (patch)
treea70f698c9d978ed5f6d6fa2fdc67f94b8fdd1e77 /source4/auth
parent29a8069aee510c9dcc1a216a52cc53639621caf9 (diff)
downloadsamba-e73d051e20f18ab981f540a7178900ac3f3c45fd.tar.gz
samba-e73d051e20f18ab981f540a7178900ac3f3c45fd.tar.bz2
samba-e73d051e20f18ab981f540a7178900ac3f3c45fd.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 ) (This used to be commit b9d0ae93ba86fec0115f58e7940b2a6c908bc809)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 3958318520..3d2ccf0571 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -31,7 +31,7 @@ INIT_OBJ_FILES = \
auth/auth_winbind.o
REQUIRED_SUBSYSTEMS = \
LIB_WINBIND_CLIENT \
- NDR_NETLOGON LIBNDR
+ NDR_NETLOGON NDR
# End MODULE auth_winbind
#######################
@@ -43,7 +43,7 @@ SUBSYSTEM = AUTH
INIT_OBJ_FILES = \
auth/auth_domain.o
REQUIRED_SUBSYSTEMS = \
- NDR_NETLOGON LIBNDR
+ NDR_NETLOGON NDR
# End MODULE auth_winbind
#######################