mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 22:28:22 +01:00
Merge "Makefile.am: remove redundant noinst_HEADERS"
This commit is contained in:
commit
469d6eb974
@ -8,6 +8,4 @@ libwebpdecode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
|||||||
libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h ../webp/types.h
|
libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h ../webp/types.h
|
||||||
libwebpdecodeincludedir = $(includedir)/webp
|
libwebpdecodeincludedir = $(includedir)/webp
|
||||||
|
|
||||||
noinst_HEADERS = vp8i.h webpi.h
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libwebpdecode.la
|
noinst_LTLIBRARIES = libwebpdecode.la
|
||||||
|
@ -10,5 +10,4 @@ libwebpdsp_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
|||||||
libwebpdspinclude_HEADERS = ../webp/types.h
|
libwebpdspinclude_HEADERS = ../webp/types.h
|
||||||
libwebpdspincludedir = $(includedir)/webp
|
libwebpdspincludedir = $(includedir)/webp
|
||||||
|
|
||||||
noinst_HEADERS = dsp.h yuv.h
|
|
||||||
noinst_LTLIBRARIES = libwebpdsp.la
|
noinst_LTLIBRARIES = libwebpdsp.la
|
||||||
|
@ -9,5 +9,4 @@ libwebpencode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
|||||||
libwebpencodeinclude_HEADERS = ../webp/encode.h ../webp/types.h
|
libwebpencodeinclude_HEADERS = ../webp/encode.h ../webp/types.h
|
||||||
libwebpencodeincludedir = $(includedir)/webp
|
libwebpencodeincludedir = $(includedir)/webp
|
||||||
|
|
||||||
noinst_HEADERS = cost.h vp8enci.h
|
|
||||||
noinst_LTLIBRARIES = libwebpencode.la
|
noinst_LTLIBRARIES = libwebpencode.la
|
||||||
|
@ -8,6 +8,4 @@ libwebputils_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
|||||||
libwebputilsinclude_HEADERS = ../webp/types.h
|
libwebputilsinclude_HEADERS = ../webp/types.h
|
||||||
libwebputilsincludedir = $(includedir)/webp
|
libwebputilsincludedir = $(includedir)/webp
|
||||||
|
|
||||||
noinst_HEADERS = bit_reader.h bit_writer.h thread.h
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libwebputils.la
|
noinst_LTLIBRARIES = libwebputils.la
|
||||||
|
Loading…
Reference in New Issue
Block a user