mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
utils/Makefile.am: add some missing headers
Change-Id: Id5b81337b92819038bc7006de8c30bfc8eb9def5
This commit is contained in:
parent
ea24e026aa
commit
c892713104
@ -7,6 +7,12 @@ endif
|
||||
common_HEADERS = ../webp/types.h
|
||||
commondir = $(includedir)/webp
|
||||
|
||||
noinst_HEADERS =
|
||||
noinst_HEADERS += ../dsp/dsp.h
|
||||
noinst_HEADERS += ../webp/decode.h
|
||||
noinst_HEADERS += ../webp/encode.h
|
||||
noinst_HEADERS += ../webp/format_constants.h
|
||||
|
||||
COMMON_SOURCES =
|
||||
COMMON_SOURCES += bit_reader.c
|
||||
COMMON_SOURCES += bit_reader.h
|
||||
|
Loading…
Reference in New Issue
Block a user