mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 07:22:52 +01: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:
parent
231ec1fb6d
commit
39a57dae22
@ -13,14 +13,15 @@ libwebpdecode_la_SOURCES += tree.c
|
||||
libwebpdecode_la_SOURCES += vp8.c
|
||||
libwebpdecode_la_SOURCES += vp8i.h
|
||||
libwebpdecode_la_SOURCES += vp8l.c
|
||||
libwebpdecode_la_SOURCES += vp8li.h
|
||||
libwebpdecode_la_SOURCES += webp.c
|
||||
libwebpdecode_la_SOURCES += webpi.h
|
||||
|
||||
libwebpdecodeinclude_HEADERS =
|
||||
libwebpdecodeinclude_HEADERS += ../webp/decode.h
|
||||
libwebpdecodeinclude_HEADERS += ../webp/decode_vp8.h
|
||||
libwebpdecodeinclude_HEADERS += ../webp/mux.h
|
||||
libwebpdecodeinclude_HEADERS += ../webp/types.h
|
||||
noinst_HEADERS = ../webp/mux.h
|
||||
|
||||
libwebpdecode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
libwebpdecodeincludedir = $(includedir)/webp
|
||||
|
@ -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)
|
||||
|
@ -20,8 +20,8 @@ libwebpencode_la_SOURCES += webpenc.c
|
||||
|
||||
libwebpencodeinclude_HEADERS =
|
||||
libwebpencodeinclude_HEADERS += ../webp/encode.h
|
||||
libwebpencodeinclude_HEADERS += ../webp/mux.h
|
||||
libwebpencodeinclude_HEADERS += ../webp/types.h
|
||||
noinst_HEADERS = ../webp/mux.h
|
||||
|
||||
libwebpencode_la_LDFLAGS = -lm
|
||||
libwebpencode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user