Skip to content

Commit

Permalink
updated version-info of libcob, reflecting the changed API with binar…
Browse files Browse the repository at this point in the history
…y compatibility (installs as libcob.so.4.1.0, still providing symlinks as libcob.so + libcob.so.4)

libcob/Makefile.am (libcob_la_LDFLAGS): updated version-info
  • Loading branch information
sf-mensch committed Dec 8, 2020
1 parent e2d4c26 commit 4ae803b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libcob/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

2020-12-08 Simon Sobisch <[email protected]>

* Makefile.am (libcob_la_LDFLAGS): updated version-info

2020-12-07 Simon Sobisch <[email protected]>

* termio.c (cob_dump_field): complete rewrite to allow any size of OCCURS
Expand Down
2 changes: 1 addition & 1 deletion libcob/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)/lib -I$(top_srcdir)/lib \
AM_CFLAGS = $(CODE_COVERAGE_CFLAGS)
# note: currently misses libsupport...
libcob_la_LIBADD = $(LIBCOB_LIBS) $(CODE_COVERAGE_LIBS)
libcob_la_LDFLAGS = $(COB_FIX_LIBTOOL) -version-info 4:0:0 -no-undefined
libcob_la_LDFLAGS = $(COB_FIX_LIBTOOL) -version-info 5:0:1 -no-undefined
AM_LDFLAGS = $(COB_FIX_LIB)

EXTRA_DIST = coblocal.h system.def
Expand Down

0 comments on commit 4ae803b

Please sign in to comment.