Skip to content

Commit 194201b

Browse files
committed
Use correct SOVERSION for libprojectM.so
1 parent e9d267b commit 194201b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libprojectM/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
1414
lib_LTLIBRARIES = libprojectM.la # public, possibly-shared library
1515

1616
# link flags
17-
libprojectM_la_LDFLAGS = $(CG_LDFLAGS) -no-undefined -version-info 0:2:0
17+
libprojectM_la_LDFLAGS = $(CG_LDFLAGS) -no-undefined -version-info 2:0:0
1818

1919
# link libRenderer, MilkdropPresetFactory, NativePresetFactory, and libprojectM sources
2020
libprojectM_la_LIBADD = \

0 commit comments

Comments
 (0)