From c23ef0a872cad60be9189df57bab9b77872284da Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 3 Apr 2006 00:46:17 +0000 Subject: r14874: Allow overriding LIBRARY_REALNAME (This used to be commit 8f57c0e7bcd99556ba83497ce17b6723a637ac76) --- source4/build/smb_build/config_mk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/smb_build/config_mk.pm') 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", -- cgit