mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 05:49:51 +02:00
Makefile.am: remove redundant noinst_HEADERS
When they appear in _SOURCES they won't be installed [1]. [1]: http://www.gnu.org/software/automake/manual/automake.html#Headers Change-Id: I14fd816294682e7bd0fccefd6428e1526c9470d8
This commit is contained in:
@ -8,6 +8,4 @@ libwebpdecode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h ../webp/types.h
|
||||
libwebpdecodeincludedir = $(includedir)/webp
|
||||
|
||||
noinst_HEADERS = vp8i.h webpi.h
|
||||
|
||||
noinst_LTLIBRARIES = libwebpdecode.la
|
||||
|
Reference in New Issue
Block a user