summaryrefslogtreecommitdiff
path: root/devel/libcfg/files/patch-Rules.make.in
blob: dafb67eb5ed9b9698903bbbd71ff7a8e651eb807 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Rules.make.in.orig	Mon Apr 30 11:56:50 2007
+++ Rules.make.in	Mon Apr 30 11:57:50 2007
@@ -15,6 +15,7 @@
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
+SHLIB_MAJOR = @SHLIB_MAJOR@
 
 CVSTAG  = $(PACKAGE)-$(subst .,_,$(VERSION))
 
@@ -25,7 +26,7 @@
 
 LIBSTATIC          = $(PACKAGE).a
 LIBDYNAMIC         = $(PACKAGE).so
-LIBDYNAMICV        = $(PACKAGE).so.$(VERSION)
+LIBDYNAMICV        = $(PACKAGE).so.$(SHLIB_MAJOR)
 
 install_LIB        = $(LIBSTATIC) $(LIBDYNAMICV)
 SCRIPTS            =