no need to have mux.h as noinst clause in enc/

Change-Id: I93c65838f33d01170fc63340650edeeee753786f
This commit is contained in:
Pascal Massimino 2012-05-24 15:05:19 -07:00
parent 88f41ec6ec
commit 87b4a908a5

View File

@ -23,7 +23,6 @@ libwebpencodeinclude_HEADERS += ../webp/encode.h
libwebpencodeinclude_HEADERS += ../webp/types.h
noinst_HEADERS =
noinst_HEADERS += ../webp/format_constants.h
noinst_HEADERS += ../webp/mux.h
libwebpencode_la_LDFLAGS = -lm
libwebpencode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)