mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-04 07:56:49 +02:00
libwebp{,decoder} - 1.2.3 libwebp libtool - 8.4.1 libwebpdecoder libtool - 4.4.1 mux - 1.2.3 libtool - 3.4.0 demux - 1.2.3 libtool - 2.10.0 Bug: webp:568 Change-Id: I943bae1b7eacb445f6a4e13123e63170ac8bb142
23 lines
720 B
Makefile
23 lines
720 B
Makefile
AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir)
|
|
lib_LTLIBRARIES = libwebpmux.la
|
|
|
|
libwebpmux_la_SOURCES =
|
|
libwebpmux_la_SOURCES += anim_encode.c
|
|
libwebpmux_la_SOURCES += animi.h
|
|
libwebpmux_la_SOURCES += muxedit.c
|
|
libwebpmux_la_SOURCES += muxi.h
|
|
libwebpmux_la_SOURCES += muxinternal.c
|
|
libwebpmux_la_SOURCES += muxread.c
|
|
|
|
libwebpmuxinclude_HEADERS =
|
|
libwebpmuxinclude_HEADERS += ../webp/mux.h
|
|
libwebpmuxinclude_HEADERS += ../webp/mux_types.h
|
|
libwebpmuxinclude_HEADERS += ../webp/types.h
|
|
noinst_HEADERS =
|
|
noinst_HEADERS += ../webp/format_constants.h
|
|
|
|
libwebpmux_la_LIBADD = ../libwebp.la
|
|
libwebpmux_la_LDFLAGS = -no-undefined -version-info 3:9:0 -lm
|
|
libwebpmuxincludedir = $(includedir)/webp
|
|
pkgconfig_DATA = libwebpmux.pc
|