summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-03-03 01:47:37 (GMT)
committerJason Evans <je@fb.com>2012-03-03 01:47:37 (GMT)
commit7e77eaffffe5c73d44ee64b14ba4b3d7693179d6 (patch)
tree71c25903b997ddb36190f06b4e238830f27916e3 /Makefile.in
parent7b398aca3bfa558774548ffed6c1a8baba46cc79 (diff)
downloadjemalloc-7e77eaffffe5c73d44ee64b14ba4b3d7693179d6.zip
jemalloc-7e77eaffffe5c73d44ee64b14ba4b3d7693179d6.tar.gz
jemalloc-7e77eaffffe5c73d44ee64b14ba4b3d7693179d6.tar.bz2
Add the --disable-experimental option.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 0accf10..1f1ffd3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -63,10 +63,12 @@ DOCS_XML := @objroot@doc/jemalloc@install_suffix@.xml
DOCS_HTML := $(DOCS_XML:@objroot@%.xml=@srcroot@%.html)
DOCS_MAN3 := $(DOCS_XML:@objroot@%.xml=@srcroot@%.3)
DOCS := $(DOCS_HTML) $(DOCS_MAN3)
-CTESTS := @srcroot@test/allocated.c @srcroot@test/allocm.c \
- @srcroot@test/bitmap.c @srcroot@test/mremap.c \
- @srcroot@test/posix_memalign.c @srcroot@test/rallocm.c \
+CTESTS := @srcroot@test/allocated.c @srcroot@test/bitmap.c \
+ @srcroot@test/mremap.c @srcroot@test/posix_memalign.c \
@srcroot@test/thread_arena.c
+ifeq (@enable_experimental@, 1)
+CTESTS += @srcroot@test/allocm.c @srcroot@test/rallocm.c
+endif
.PHONY: all dist doc_html doc_man doc
.PHONY: install_bin install_include install_lib