blob: 55d0818624fe4cf63609f45d8030a81371e5a3b6 [file] [log] [blame]
Matthew Barthae0e96c2017-01-20 13:54:59 -06001AM_DEFAULT_SOURCE_EXT = .cpp
Matthew Barth293477d2017-02-17 15:39:36 -06002
Matthew Barthab0fc8a2020-05-28 11:12:17 -05003SUBDIRS = .
Brad Bishop93919bb2017-04-22 14:58:29 -04004
5if WANT_PRESENCE
6SUBDIRS += presence
7endif
8if WANT_CONTROL
9SUBDIRS += control
10endif
Brandon Wymanca60e102017-03-29 17:06:02 -050011if WANT_COOLING_TYPE
Brandon Wymanfef02952017-03-31 18:13:21 -050012SUBDIRS += cooling-type
Brandon Wymanca60e102017-03-29 17:06:02 -050013endif
Matt Spinlere567dd22017-04-27 12:27:17 -050014if WANT_MONITOR
15SUBDIRS += monitor
16endif