mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 22:28:22 +01:00
**/Makefile.am: remove unused AM_CPPFLAGS
only 1 of <lib>_CPPFLAGS and AM_CPPFLAGS is used, with the former getting precedence when it's defined. configure's DEFAULT_INCLUDES is covering what's necessary given the include paths are all source relative. Change-Id: I7d14076acd266b28a88a3d92bcc3d7165284d5f3
This commit is contained in:
parent
24e3080571
commit
7a93c000ee
@ -8,7 +8,6 @@ if WANT_DEMUX
|
|||||||
SUBDIRS += demux
|
SUBDIRS += demux
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
||||||
lib_LTLIBRARIES = libwebp.la
|
lib_LTLIBRARIES = libwebp.la
|
||||||
|
|
||||||
if BUILD_LIBWEBPDECODER
|
if BUILD_LIBWEBPDECODER
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
||||||
noinst_LTLIBRARIES = libwebpdecode.la
|
noinst_LTLIBRARIES = libwebpdecode.la
|
||||||
|
|
||||||
libwebpdecode_la_SOURCES =
|
libwebpdecode_la_SOURCES =
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
||||||
lib_LTLIBRARIES = libwebpdemux.la
|
lib_LTLIBRARIES = libwebpdemux.la
|
||||||
|
|
||||||
libwebpdemux_la_SOURCES =
|
libwebpdemux_la_SOURCES =
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
||||||
noinst_LTLIBRARIES = libwebpdsp.la libwebpdsp_avx2.la
|
noinst_LTLIBRARIES = libwebpdsp.la libwebpdsp_avx2.la
|
||||||
noinst_LTLIBRARIES += libwebpdsp_sse2.la libwebpdspdecode_sse2.la
|
noinst_LTLIBRARIES += libwebpdsp_sse2.la libwebpdspdecode_sse2.la
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
||||||
noinst_LTLIBRARIES = libwebpencode.la
|
noinst_LTLIBRARIES = libwebpencode.la
|
||||||
|
|
||||||
libwebpencode_la_SOURCES =
|
libwebpencode_la_SOURCES =
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
||||||
lib_LTLIBRARIES = libwebpmux.la
|
lib_LTLIBRARIES = libwebpmux.la
|
||||||
|
|
||||||
libwebpmux_la_SOURCES =
|
libwebpmux_la_SOURCES =
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
||||||
noinst_LTLIBRARIES = libwebputils.la
|
noinst_LTLIBRARIES = libwebputils.la
|
||||||
|
|
||||||
if BUILD_LIBWEBPDECODER
|
if BUILD_LIBWEBPDECODER
|
||||||
|
Loading…
Reference in New Issue
Block a user