Merge "makefile.unix add missing header files"

This commit is contained in:
pascal massimino 2012-04-20 00:34:35 -07:00 committed by Gerrit Code Review
commit 0a49e3f3da

View File

@ -122,6 +122,7 @@ LIBWEBPMUX_OBJS = $(MUX_OBJS)
HDRS = \
src/dec/vp8i.h \
src/dec/vp8li.h \
src/dec/webpi.h \
src/dsp/dsp.h \
src/dsp/lossless.h \
src/dsp/yuv.h \
@ -133,10 +134,15 @@ HDRS = \
src/utils/color_cache.h \
src/utils/filters.h \
src/utils/huffman.h \
src/utils/rescaler.h \
src/utils/tcoder.h \
src/utils/tcoderi.h \
src/utils/thread.h \
src/webp/decode.h \
src/webp/decode_vp8.h \
src/webp/encode.h \
src/webp/mux.h \
src/webp/types.h \
OUT_LIBS = src/libwebp.a src/mux/libwebpmux.a
OUT_EXAMPLES = examples/cwebp examples/dwebp examples/webpmux