Matthew Barth | ae0e96c | 2017-01-20 13:54:59 -0600 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
Matthew Barth | 293477d | 2017-02-17 15:39:36 -0600 | [diff] [blame] | 2 | |
Brad Bishop | 9df0e16 | 2017-04-22 14:19:45 -0400 | [diff] [blame] | 3 | noinst_LTLIBRARIES = libfan.la |
4 | libfan_la_LDFLAGS = -static | ||||
5 | libfan_la_LIBADD = \ | ||||
6 | $(SDBUSPLUS_LIBS) | ||||
7 | libfan_la_CXXFLAGS = | ||||
8 | $(SDBUSPLUS_CFLAGS) | ||||
9 | libfan_la_SOURCES = \ | ||||
Matt Spinler | 2de67cf | 2017-04-27 11:07:53 -0500 | [diff] [blame] | 10 | utility.cpp \ |
11 | timer.cpp | ||||
Matthew Barth | 293477d | 2017-02-17 15:39:36 -0600 | [diff] [blame] | 12 | |
Matt Spinler | 59c29c7 | 2017-04-27 11:17:28 -0500 | [diff] [blame] | 13 | SUBDIRS = . test |
Brad Bishop | 93919bb | 2017-04-22 14:58:29 -0400 | [diff] [blame] | 14 | |
15 | if WANT_PRESENCE | ||||
16 | SUBDIRS += presence | ||||
17 | endif | ||||
18 | if WANT_CONTROL | ||||
19 | SUBDIRS += control | ||||
20 | endif | ||||
Brandon Wyman | ca60e10 | 2017-03-29 17:06:02 -0500 | [diff] [blame] | 21 | if WANT_COOLING_TYPE |
Brandon Wyman | fef0295 | 2017-03-31 18:13:21 -0500 | [diff] [blame] | 22 | SUBDIRS += cooling-type |
Brandon Wyman | ca60e10 | 2017-03-29 17:06:02 -0500 | [diff] [blame] | 23 | endif |
Matt Spinler | e567dd2 | 2017-04-27 12:27:17 -0500 | [diff] [blame] | 24 | if WANT_MONITOR |
25 | SUBDIRS += monitor | ||||
26 | endif |