summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-11-27 20:55:04 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-11-27 20:56:15 -0800
commit90f61c1f81653e29f0f1f72e2df828ee39f8ed3e (patch)
treeb2135f1fe3220f6c316afc25548d2a16fcddb0ac /configure.ac
parentbed74304b6a31d190032c01341f76733464b8ff7 (diff)
*: 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
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
© All Rights Reserved