summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: c0483fbeb147a1fb1c31ccc7af46a1ee83aa517b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_DEFAULT_SOURCE_EXT = .cpp

SUBDIRS = . sdevent/test evdevpp/test

if WANT_PRESENCE
SUBDIRS += presence
endif
if WANT_CONTROL
SUBDIRS += control
endif
if WANT_COOLING_TYPE
SUBDIRS += cooling-type
endif
if WANT_MONITOR
SUBDIRS += monitor
endif
OpenPOWER on IntegriCloud