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

if BUILD_TOOLS
SUBDIRS += conv
endif

if BUILD_FUZZERS
SUBDIRS += fuzz
endif

if BUILD_TESTS
SUBDIRS += test
endif