blob: c51d32ad14e114e291a3382e0935da26699db303 [file] [log] [blame]
Matthew Barthae0e96c2017-01-20 13:54:59 -06001AM_DEFAULT_SOURCE_EXT = .cpp
Matthew Barth293477d2017-02-17 15:39:36 -06002
Matt Spinler635de8c2020-09-24 13:51:40 -05003SUBDIRS = . test
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
Matt Spinler9c0715b2021-01-21 11:15:33 -060017if WANT_SENSOR_MONITOR
18SUBDIRS += sensor-monitor
19endif