Skip to content

Commit

Permalink
change soname (fix #146)
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Dec 16, 2024
1 parent 249b173 commit f3b4730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ noinst_HEADERS = include/common.h \

lib_LTLIBRARIES = libbzip3.la
libbzip3_la_SOURCES = src/libbz3.c
libbzip3_la_LDFLAGS = -no-undefined -version-info 0:0:0
libbzip3_la_LDFLAGS = -no-undefined -version-info 1:0:0

bin_PROGRAMS = bzip3
bzip3_CFLAGS = $(AM_CFLAGS)
Expand Down

0 comments on commit f3b4730

Please sign in to comment.