1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Out-of-srcdir builds: AM_CPPFLAGS=-I${srcdir}/src

This commit is contained in:
Nicolas Williams
2018-12-26 12:52:22 -06:00
parent b10878fea7
commit 0bc77083ba

View File

@ -61,6 +61,8 @@ if ENABLE_UBSAN
AM_CFLAGS += -fsanitize=undefined
endif
AM_CPPFLAGS = -I$(srcdir)/src
### Running tests under Valgrind
if ENABLE_ASAN