configure: move config.h to src/webp/config.h

this change has the side-effect of using directory names in the
include, silencing a lint warning.

Change-Id: Ib91cf63a90534e32fadfa5c2372bfdb29f854d02
This commit is contained in:
James Zern
2014-06-10 17:53:44 -07:00
parent 90090d99b5
commit 32b3137936
16 changed files with 17 additions and 15 deletions

View File

@ -1,4 +1,4 @@
AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
bin_PROGRAMS = dwebp cwebp
if BUILD_VWEBP