From 1.1.5: define default shared library versions. For 2.0, use version

2.0.
This commit is contained in:
wollman 1994-08-04 22:44:00 +00:00
parent fa7e8791ec
commit 962b8cc8e0

3
lib/Makefile.inc Normal file
View File

@ -0,0 +1,3 @@
# Default version for system libs (override in <lib>/Makefile if necessary)
SHLIB_MAJOR?= 2
SHLIB_MINOR?= 0