From 6fa9fe24828e9b9941e65ca142bbf92af8ea9d4c Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 26 Jul 2016 19:19:56 -0700 Subject: [PATCH] extras/Makefile.am: don't install libwebpextras the version info was stripped earlier in: ad497fb move src/extras to the top-level Change-Id: I15134d95f49fbd3830df82667af12b8f3a5a7673 --- extras/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Makefile.am b/extras/Makefile.am index c1a86b11..59b02924 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS += -I$(top_builddir)/src -I$(top_srcdir)/src -lib_LTLIBRARIES = libwebpextras.la +noinst_LTLIBRARIES = libwebpextras.la noinst_HEADERS = noinst_HEADERS += ../src/webp/types.h