mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
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
This commit is contained in:
parent
5e338e0b9a
commit
a3dd3d0f9e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user