From e1863715bf5976c8639f6dbff8eccfe3bc830f49 Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Wed, 9 Mar 2011 07:03:40 -0800 Subject: [PATCH] update after addition of webpi.h Change-Id: I747bb0e6ba89ab6733d85ed688db2c608f7e6973 --- src/dec/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dec/Makefile.in b/src/dec/Makefile.in index 0f8674d7..3d07b559 100644 --- a/src/dec/Makefile.in +++ b/src/dec/Makefile.in @@ -218,7 +218,7 @@ libwebpdecode_la_SOURCES = bits.h vp8i.h yuv.h bits.c dsp.c frame.c \ libwebpdecode_la_LDFLAGS = -version-info 0:0:0 libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h ../webp/types.h libwebpdecodeincludedir = $(includedir)/webp -noinst_HEADERS = bits.h vp8i.h yuv.h +noinst_HEADERS = bits.h vp8i.h webpi.h yuv.h noinst_LTLIBRARIES = libwebpdecode.la all: all-am @@ -263,7 +263,7 @@ clean-noinstLTLIBRARIES: echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libwebpdecode.la: $(libwebpdecode_la_OBJECTS) $(libwebpdecode_la_DEPENDENCIES) +libwebpdecode.la: $(libwebpdecode_la_OBJECTS) $(libwebpdecode_la_DEPENDENCIES) $(libwebpdecode_la_LINK) $(libwebpdecode_la_OBJECTS) $(libwebpdecode_la_LIBADD) $(LIBS) mostlyclean-compile: