From 90f61c1f81653e29f0f1f72e2df828ee39f8ed3e Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 27 Nov 2018 20:55:04 -0800 Subject: *: incorporate libpad submodule In preparation of adding an ix3_reset() method, pull in the libpad allocator which will be used for caching all allocations instead of the libc allocator, and a convenient fast reset. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 53fe025..92d947f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,3 @@ noinst_LIBRARIES = libix3.a libix3_a_SOURCES = list.h ix3.c ix3.h +libix3_a_CPPFLAGS = -I@top_srcdir@/libpad/src -- cgit v1.2.3