build: wire new src dirs, crt objects, and make check into Autotools
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# vlibc — benchmark harnesses (musts/BENCHMARKING.md).
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
# Build-dir include FIRST (generated features.h lives there in VPATH builds).
|
||||
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
|
||||
AM_CFLAGS = @VLIBC_CFLAGS@
|
||||
|
||||
# Built only on demand (via `make bench`), so `make all` does not need the
|
||||
|
||||
Reference in New Issue
Block a user