mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Makefile.am: header file maintenance
src/dec/Makefile.am: add missing reference to vp8li.h src/{dec,dsp,enc}/Makefile.am: move some headers to noinst_ Change-Id: I0e2bc69980bd8175d99ad0ab63f537ef9e425b77
This commit is contained in:
@ -17,6 +17,9 @@ libwebpdsp_la_SOURCES += yuv.c
|
||||
libwebpdsp_la_SOURCES += yuv.h
|
||||
|
||||
libwebpdspinclude_HEADERS = ../webp/types.h
|
||||
noinst_HEADERS =
|
||||
noinst_HEADERS += ../webp/decode.h
|
||||
noinst_HEADERS += ../webp/decode_vp8.h
|
||||
|
||||
libwebpdsp_la_LDFLAGS = -lm
|
||||
libwebpdsp_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
|
Reference in New Issue
Block a user