mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +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:
@ -9,5 +9,4 @@ libwebpencode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
libwebpencodeinclude_HEADERS = ../webp/encode.h ../webp/types.h
|
||||
libwebpencodeincludedir = $(includedir)/webp
|
||||
|
||||
noinst_HEADERS = cost.h vp8enci.h
|
||||
noinst_LTLIBRARIES = libwebpencode.la
|
||||
|
Reference in New Issue
Block a user