diff options
author | James Zern <jzern@google.com> | 2017-10-07 14:15:11 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2017-10-10 23:04:05 -0700 |
commit | a4399721759f183bcc7c1d69c2f7eba1ceb8d1a2 (patch) | |
tree | bef93db2782215f44768e77a086cdb6d7bbe79e3 /src/dsp/Makefile.am | |
parent | 7038ca8d528c8c05c585d1ac959c70db1f05a899 (diff) | |
download | libwebp-a4399721759f183bcc7c1d69c2f7eba1ceb8d1a2.tar.gz |
WIP: list includes as descendants of the project dir
#include "(.|..)/..." -> #include "src/..."
Change-Id: I772880aa097a770722043c8a4393552ba38a89b6
Diffstat (limited to 'src/dsp/Makefile.am')
-rw-r--r-- | src/dsp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dsp/Makefile.am b/src/dsp/Makefile.am index f451d53c..1e57b207 100644 --- a/src/dsp/Makefile.am +++ b/src/dsp/Makefile.am @@ -1,3 +1,4 @@ +AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir) noinst_LTLIBRARIES = noinst_LTLIBRARIES += libwebpdsp.la noinst_LTLIBRARIES += libwebpdsp_avx2.la |