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

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