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:
James Zern
2012-04-23 17:18:42 -07:00
parent 231ec1fb6d
commit 39a57dae22
3 changed files with 6 additions and 2 deletions

View File

@ -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)