libFLAC++: Add libFLAC++-static.la target for oss-fuzzers
This commit is contained in:
parent
cdcf0d5575
commit
888ea869a7
@ -30,6 +30,7 @@
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
lib_LTLIBRARIES = libFLAC++.la
|
||||
noinst_LTLIBRARIES = libFLAC++-static.la
|
||||
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = libFLAC++.m4
|
||||
@ -49,11 +50,15 @@ EXTRA_DIST = \
|
||||
libFLAC++_static.vcxproj.filters \
|
||||
libFLAC++.m4
|
||||
|
||||
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
|
||||
libFLAC___la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 9:0:3
|
||||
libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
|
||||
|
||||
libFLAC___la_SOURCES = \
|
||||
libFLAC___sources = \
|
||||
metadata.cpp \
|
||||
stream_decoder.cpp \
|
||||
stream_encoder.cpp
|
||||
|
||||
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
|
||||
libFLAC___la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 9:0:3
|
||||
libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
|
||||
libFLAC___la_SOURCES = $(libFLAC___sources)
|
||||
|
||||
libFLAC___static_la_SOURCES = $(libFLAC___sources)
|
||||
libFLAC___static_la_LIBADD = ../libFLAC/libFLAC-static.la
|
||||
|
Loading…
Reference in New Issue
Block a user