diff options
author | Jason Evans <je@fb.com> | 2013-12-06 05:43:46 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2013-12-06 05:44:25 (GMT) |
commit | dc1bed62272045651e4bbf2cd85f6fccaf7b1331 (patch) | |
tree | e747d2cd0c699e1335eb1ca9322853ce49954973 /configure.ac | |
parent | 14990b83d1dffe04638df0c09eb1a5c3b1118462 (diff) | |
download | jemalloc-dc1bed62272045651e4bbf2cd85f6fccaf7b1331.zip jemalloc-dc1bed62272045651e4bbf2cd85f6fccaf7b1331.tar.gz jemalloc-dc1bed62272045651e4bbf2cd85f6fccaf7b1331.tar.bz2 |
Fix more test refactoring issues.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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" |