mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 05:49:51 +02:00
configure/automake: no -version-info for convenience libs
Silences: libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries Change-Id: I5705383b58f529fb06c2bf0932976b5a202446b6
This commit is contained in:
@ -3,7 +3,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
libwebpdecode_la_SOURCES = vp8i.h webpi.h \
|
||||
frame.c quant.c tree.c vp8.c webp.c \
|
||||
idec.c alpha.c layer.c io.c buffer.c
|
||||
libwebpdecode_la_LDFLAGS = -version-info 2:0:0
|
||||
libwebpdecode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h \
|
||||
../webp/types.h ../webp/mux.h
|
||||
|
Reference in New Issue
Block a user