mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 13:06:25 +00:00
Merge pull request #125 from luigino/libprojectM
Increase soversion to 3.1.1
This commit is contained in:
@ -14,7 +14,7 @@ AM_CPPFLAGS = \
|
||||
lib_LTLIBRARIES = libprojectM.la # public, possibly-shared library
|
||||
|
||||
# link flags
|
||||
libprojectM_la_LDFLAGS = $(CG_LDFLAGS) -no-undefined -version-info 2:0:0
|
||||
libprojectM_la_LDFLAGS = $(CG_LDFLAGS) -no-undefined -version-info 4:1:1
|
||||
|
||||
# link libRenderer, MilkdropPresetFactory, NativePresetFactory, and libprojectM sources
|
||||
libprojectM_la_LIBADD = \
|
||||
|
||||
Reference in New Issue
Block a user