blob: aeb2316d63478272cc390d6876f0132ce1421006 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# List of sub-directories, used by makemake to create Makefile.am
#
# The format is:
# <dir>[ <condition>]
#
# If the directory exists, it is added to AUTO_SUBDIRS.
# If a condition is included, the subdir is made conditional via AM_CONDITIONAL
bench/tcbench
bench/wtperf
examples/c
ext/collators/reverse
ext/compressors/bzip2 BZIP2
ext/compressors/nop
ext/compressors/snappy SNAPPY
lang/java JAVA
lang/python PYTHON
test/bloom
test/fops
test/format HAVE_BDB
test/salvage
test/thread
|