summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-06 20:17:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:24:56 -0500
commit0b3f04a9be532f1bc36f1608652b955738beaee7 (patch)
treef0b20864c12acc90811a542d270404be20f3aaf7 /source4/build/smb_build/config_mk.pm
parent5c3fd8e4717ec7167a67f9e9ee1e2d86f7d515a8 (diff)
downloadsamba-0b3f04a9be532f1bc36f1608652b955738beaee7.tar.gz
samba-0b3f04a9be532f1bc36f1608652b955738beaee7.tar.bz2
samba-0b3f04a9be532f1bc36f1608652b955738beaee7.zip
r19582: Support building both shared and static versions of libraries at the same
time. The --enable-dso flag now specifies whether or not the Samba binaries themselves should be linked against the shared libraries. By default, all libraries will be built staticly. If supported, the shared variant of each library will also be built. If people think building both shared and static library versions in 'make all' is too time-inefficient, please let me know and I'll move the shared library bits to 'make everything'. (This used to be commit 91faa1154a1de18a42f5e237c406157026280478)
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r--source4/build/smb_build/config_mk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index fbf20f4ae9..c11a0458d8 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -51,7 +51,7 @@ my $section_types = {
"ENABLE" => "bool",
- "OUTPUT_TYPE" => "string",
+ "OUTPUT_TYPE" => "list",
"MANPAGE" => "string",
"PRIVATE_PROTO_HEADER" => "string",