add autogenerated jemalloc.sh wrapper script

This commit is contained in:
Antony Dovgal
2011-10-13 09:33:33 +04:00
committed by Jason Evans
parent da9dde0854
commit 2bd3cbc5c6
4 changed files with 30 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ TEST_LIBRARY_PATH :=
endif
# Lists of files.
BINS := @srcroot@bin/pprof
BINS := @srcroot@bin/pprof @objroot@bin/jemalloc.sh
CHDRS := @objroot@include/jemalloc/jemalloc@install_suffix@.h \
@objroot@include/jemalloc/jemalloc_defs@install_suffix@.h
CSRCS := @srcroot@src/jemalloc.c @srcroot@src/arena.c @srcroot@src/atomic.c \