summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-03 00:46:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:10 -0500
commitc23ef0a872cad60be9189df57bab9b77872284da (patch)
treedf389361fcbb4fb23bd852bd1362e2a27a98ffbc /source4/build/smb_build/config_mk.pm
parente9cf4f309899d9ec5413e16d1b6ec5748dcf12b4 (diff)
downloadsamba-c23ef0a872cad60be9189df57bab9b77872284da.tar.gz
samba-c23ef0a872cad60be9189df57bab9b77872284da.tar.bz2
samba-c23ef0a872cad60be9189df57bab9b77872284da.zip
r14874: Allow overriding LIBRARY_REALNAME
(This used to be commit 8f57c0e7bcd99556ba83497ce17b6723a637ac76)
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r--source4/build/smb_build/config_mk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index 532580359d..587335ac3e 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -74,6 +74,7 @@ my $section_types = {
"LIBRARY" => {
"VERSION" => "string",
"SO_VERSION" => "string",
+ "LIBRARY_REALNAME" => "string",
"INIT_FUNCTION_TYPE" => "string",