**/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:
James Zern
2014-06-11 23:23:13 -07:00
committed by Gerrit Code Review
parent 24e3080571
commit 7a93c000ee
7 changed files with 0 additions and 7 deletions

View File

@ -1,4 +1,3 @@
AM_CPPFLAGS = -I$(top_srcdir)/src
noinst_LTLIBRARIES = libwebpdsp.la libwebpdsp_avx2.la
noinst_LTLIBRARIES += libwebpdsp_sse2.la libwebpdspdecode_sse2.la