summaryrefslogtreecommitdiff
path: root/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2003-10-17 21:48:40 +0000
committerSteve Huston <shuston@riverace.com>2003-10-17 21:48:40 +0000
commit6598a78dbc94abbc9498255c057e2dae5971cd23 (patch)
treee3623b81f0e334d5da9c1e58e0dd8efe05a55d3b /include/makeinclude/wrapper_macros.GNU
parent8f782902f3e9612437758452f995ed0d4325539f (diff)
downloadATCD-6598a78dbc94abbc9498255c057e2dae5971cd23.tar.gz
ChangeLogTag:Fri Oct 17 16:21:39 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r--include/makeinclude/wrapper_macros.GNU4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 3029e9ee2fb..821fa56b545 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -226,7 +226,9 @@ ifeq ($(versioned_so),1)
# Name that will be written into the dynamic library
#
- SONAME = $(SHLIB)$(SOVERSION)
+ ifndef SONAME
+ SONAME = $(SHLIB)$(SOVERSION)
+ endif # SONAME
endif # versioned_so
#----------------------------------------------------------------------------