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. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3110d14..92a0bd6 100644 --- a/configure.ac +++ b/configure.ac @@ -10,4 +10,9 @@ AC_CONFIG_FILES([ Makefile src/Makefile ]) + +AC_CONFIG_SUBDIRS([ + libpad +]) + AC_OUTPUT -- cgit v1.2.3