Files
cdesktop/cde/lib/DtMrm/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

11 lines
246 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
lib_LTLIBRARIES = libDtMrm.la
libDtMrm_la_CFLAGS = -I../DtTerm/Term -I../DtTerm/TermPrim -I../DtHelp \
@DT_INCDIR@ @DTI_INCDIR@
libDtMrm_la_SOURCES = DtMrm.c
libDtMrm_la_LDFLAGS = -version-info 3:0:1