mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
automake: add reference to libwebp for mux/demux
this allows DLLs to be built under mingw and sets up a more obvious dependency in the shared objects Change-Id: I33e8a6132a16ca49563492438a1b3b74be9ed6a1
This commit is contained in:
@ -11,5 +11,6 @@ libwebpmuxinclude_HEADERS =
|
||||
libwebpmuxinclude_HEADERS += ../webp/mux.h
|
||||
libwebpmuxinclude_HEADERS += ../webp/types.h
|
||||
|
||||
libwebpmux_la_LDFLAGS = -version-info 0:0:0
|
||||
libwebpmux_la_LIBADD = ../libwebp.la
|
||||
libwebpmux_la_LDFLAGS = -no-undefined -version-info 0:0:0
|
||||
libwebpmuxincludedir = $(includedir)/webp
|
||||
|
Reference in New Issue
Block a user