From a3dd3d0f9e61c097d52ab28a2a1d6f68befa5f3b Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 13 Mar 2013 15:46:20 -0700 Subject: [PATCH] avoid installing example_util.h older versions of automake (1.9) it seems would install the headers regardless of the fact that the library was marked noinst_ this change follows some of the header guidance found here: http://www.gnu.org/software/automake/manual/automake.html#Headers Change-Id: I80acc00935097ebf36004e9871574fb9ef09aabf --- examples/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 0a50f50b..b09a9798 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -11,9 +11,7 @@ endif noinst_LTLIBRARIES = libexampleutil.la -libexampleutil_la_SOURCES = example_util.c -libexampleutilinclude_HEADERS = example_util.h -libexampleutilincludedir = +libexampleutil_la_SOURCES = example_util.c example_util.h dwebp_SOURCES = dwebp.c stopwatch.h dwebp_CPPFLAGS = $(AM_CPPFLAGS) $(USE_EXPERIMENTAL_CODE)