summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2013-12-06 05:43:46 (GMT)
committerJason Evans <je@fb.com>2013-12-06 05:44:25 (GMT)
commitdc1bed62272045651e4bbf2cd85f6fccaf7b1331 (patch)
treee747d2cd0c699e1335eb1ca9322853ce49954973 /configure.ac
parent14990b83d1dffe04638df0c09eb1a5c3b1118462 (diff)
downloadjemalloc-dc1bed62272045651e4bbf2cd85f6fccaf7b1331.zip
jemalloc-dc1bed62272045651e4bbf2cd85f6fccaf7b1331.tar.gz
jemalloc-dc1bed62272045651e4bbf2cd85f6fccaf7b1331.tar.bz2
Fix more test refactoring issues.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 570a7f5..7f0fecc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -553,6 +553,7 @@ cfghdrs_in="${cfghdrs_in} ${srcroot}include/jemalloc/internal/private_unnamespac
cfghdrs_in="${cfghdrs_in} ${srcroot}include/jemalloc/internal/public_namespace.sh"
cfghdrs_in="${cfghdrs_in} ${srcroot}include/jemalloc/internal/public_unnamespace.sh"
cfghdrs_in="${cfghdrs_in} ${srcroot}include/jemalloc/internal/size_classes.sh"
+cfghdrs_in="${cfghdrs_in} ${srcroot}include/jemalloc/jemalloc.sh"
cfghdrs_out="include/jemalloc/jemalloc_defs.h"
cfghdrs_out="${cfghdrs_out} include/jemalloc/jemalloc${install_suffix}.h"