summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 12e3fc8adc7ec4577ca23813d422c6c846cbc993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## -*- Mode: make; tab-width: 4; indent-tabs-mode: tabs -*-

SUBDIRS = lib

if WITH_TOOLS
SUBDIRS += conv
endif

if WITH_TESTS
SUBDIRS += test
endif

## vim:set shiftwidth=4 tabstop=4 noexpandtab: