mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +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:
@ -8,5 +8,6 @@ libwebpdemuxinclude_HEADERS =
|
||||
libwebpdemuxinclude_HEADERS += ../webp/demux.h
|
||||
libwebpdemuxinclude_HEADERS += ../webp/types.h
|
||||
|
||||
libwebpdemux_la_LDFLAGS = -version-info 0:0:0
|
||||
libwebpdemux_la_LIBADD = ../libwebp.la
|
||||
libwebpdemux_la_LDFLAGS = -no-undefined -version-info 0:0:0
|
||||
libwebpdemuxincludedir = $(includedir)/webp
|
||||
|
Reference in New Issue
Block a user