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

if ENABLE_TESTS
SUBDIRS += test
endif

if BUILD_TOOLS
SUBDIRS += conv
endif