Files
cdesktop/cde/programs/dtinfo/DtMmdb/Makefile.am
Jon Trulson 17602b4d21 Library (.so) versioning: preserve previous library version
Ticket #120

Change libtool's shared library version info to 3:0:1 to preserve the
previous library version of 2.1.0.

See https://autotools.io/libtool/version.html for the details on how
libtool handles this versioning info.

See https://verbump.de/ for a handy 'version calculator' using
libtools rules.
2021-12-16 12:40:15 -07:00

35 lines
1.2 KiB
Makefile

MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = \
api btree \
btree_berkeley compression \
diskhash dstr \
dti_excs dynhash \
hmphf index \
mgrs misc \
object oliasdb \
schema storage \
utility
lib_LTLIBRARIES = libDtMmdb.la
libDtMmdb_la_SOURCES =
# fake things so libtool creates this as a C++ library
nodist_EXTRA_libDtMmdb_la_SOURCES = dummy.cxx
libDtMmdb_la_LIBADD = api/libapi.la btree/libbtree.la \
btree_berkeley/libbtree_berkeley.la \
compression/libcompression.la diskhash/libdiskhash.la \
dstr/libdstr.la dti_excs/libdti_excs.la \
dynhash/libdynhash.la hmphf/libhmphf.la \
index/libindex.la mgrs/libmgrs.la misc/libmisc.la \
object/libobject.la oliasdb/liboliasdb.la \
schema/libschema.la storage/libstorage.la \
utility/libutility.la
libDtMmdb_la_LDFLAGS = -version-info 3:0:1
infolibdir = $(CDE_INSTALLATION_TOP)/infolib/etc
dist_infolib_DATA = oliasdb/mmdb.infolib.spec \
StyleSheet/hardcopy.feature.spec \
StyleSheet/online.feature.spec