summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-08 08:08:45 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-08 08:08:45 +0000
commit6b28a8e8f0969ccfe50ec4fd96dc5997b8942952 (patch)
treebd03b096704544b3817c2e5ea8e83562428c848f /include
parentd0bd305f2f8424d9c70d57e82fe5a2ee87efbbd6 (diff)
downloadATCD-6b28a8e8f0969ccfe50ec4fd96dc5997b8942952.tar.gz
Changed INSTALL definition to enable versioned so libraries installation.
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/rules.lib.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/rules.lib.GNU b/include/makeinclude/rules.lib.GNU
index 094c724fbd1..5ecd011116c 100644
--- a/include/makeinclude/rules.lib.GNU
+++ b/include/makeinclude/rules.lib.GNU
@@ -42,13 +42,13 @@ endif
# $(DEFS:%=$(INSINC)/%) \
ifdef shared_libs_only
- INSTALL = $(VSHLIB:%.$(SOEXT)=$(INSLIB)/%.$(SOEXT))
+ INSTALL = $(VSHLIB:%.$(SOEXT)=$(INSLIB)/%.$(SOEXT)$(ACE_LDSO_Major_Minor_Version_Number))
else
ifdef static_libs_only
INSTALL = $(VLIB:%.a=$(INSLIB)/%.a)
else
INSTALL = $(VLIB:%.a=$(INSLIB)/%.a) \
- $(VSHLIB:%.$(SOEXT)=$(INSLIB)/%.$(SOEXT))
+ $(VSHLIB:%.$(SOEXT)=$(INSLIB)/%.$(SOEXT)$(ACE_LDSO_Major_Minor_Version_Number))
endif # static_libs_only
endif # shared_libs_only