mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-02 16:58:23 +01:00
11 lines
417 B
Makefile
11 lines
417 B
Makefile
|
AM_CPPFLAGS = -I$(top_builddir)/src
|
||
|
lib_LTLIBRARIES = libwebpdecode.la
|
||
|
|
||
|
libwebpdecode_la_SOURCES = bits.h vp8i.h yuv.h bits.c dsp.c frame.c \
|
||
|
quant.c tree.c vp8.c webp.c yuv.c
|
||
|
libwebpdecode_la_LDFLAGS = -version-info 0:0:0
|
||
|
libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h ../webp/types.h
|
||
|
libwebpdecodeincludedir = $(includedir)/webp
|
||
|
|
||
|
noinst_HEADERS = bits.h vp8i.h yuv.h
|