summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: a6eb4773ca2fd2e6221aa9328b40b007854b9ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIRS = lib

if ENABLE_TESTS
SUBDIRS += test
endif

if BUILD_TOOLS
SUBDIRS += conv
endif

if BUILD_FUZZERS
SUBDIRS += fuzz
endif