mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 05:19:48 +02:00
libwebp{,decoder} - 0.3.1 libwebp libtool - 4.3.0 (compatible release) libwebpdecoder libtool - 0.1.0 (compatible release) mux/demux - 0.1.1 libtool - 0.1.0 (compatible release) Change-Id: Icc8329a6bcd9eea5a715ea83f1535a66d6ba4b58
16 lines
483 B
Makefile
16 lines
483 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
lib_LTLIBRARIES = libwebpdemux.la
|
|
|
|
libwebpdemux_la_SOURCES =
|
|
libwebpdemux_la_SOURCES += demux.c
|
|
|
|
libwebpdemuxinclude_HEADERS =
|
|
libwebpdemuxinclude_HEADERS += ../webp/demux.h
|
|
libwebpdemuxinclude_HEADERS += ../webp/mux_types.h
|
|
libwebpdemuxinclude_HEADERS += ../webp/types.h
|
|
|
|
libwebpdemux_la_LIBADD = ../libwebp.la
|
|
libwebpdemux_la_LDFLAGS = -no-undefined -version-info 0:1:0
|
|
libwebpdemuxincludedir = $(includedir)/webp
|
|
pkgconfig_DATA = libwebpdemux.pc
|