SONAME in src/Makefile

This commit is contained in:
Michael Davidsaver
2016-01-25 11:49:05 -05:00
parent 2107bae8dd
commit c8429069a3
2 changed files with 3 additions and 2 deletions

View File

@@ -28,5 +28,3 @@ USR_CPPFLAGS += --coverage
USR_LDFLAGS += --coverage
endif
# shared library ABI version.
SHRLIB_VERSION ?= 5.0

View File

@@ -20,5 +20,8 @@ LIBRARY = pvData
pvData_LIBS += Com
# shared library ABI version.
SHRLIB_VERSION ?= 5.0
include $(TOP)/configure/RULES