makefile.unix add missing header files

Change-Id: I440ea805fd14884242bab2577e8286088616e5c7
This commit is contained in:
James Zern 2012-04-19 16:13:26 -07:00
parent 262fe01be2
commit d3adc81db2

View File

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