blob: 0b824b798e690d958682b521c4a32791e7cc2a74 [file] [log] [blame]
Matthew Barthae0e96c2017-01-20 13:54:59 -06001AM_DEFAULT_SOURCE_EXT = .cpp
Matthew Barth293477d2017-02-17 15:39:36 -06002
Brad Bishop9df0e162017-04-22 14:19:45 -04003noinst_LTLIBRARIES = libfan.la
4libfan_la_LDFLAGS = -static
5libfan_la_LIBADD = \
6 $(SDBUSPLUS_LIBS)
7libfan_la_CXXFLAGS =
8 $(SDBUSPLUS_CFLAGS)
9libfan_la_SOURCES = \
Matt Spinler2de67cf2017-04-27 11:07:53 -050010 utility.cpp \
11 timer.cpp
Matthew Barth293477d2017-02-17 15:39:36 -060012
Brad Bishop5d70c252017-06-15 22:42:22 -040013SUBDIRS = . test sdevent/test evdevpp/test
Brad Bishop93919bb2017-04-22 14:58:29 -040014
15if WANT_PRESENCE
16SUBDIRS += presence
17endif
18if WANT_CONTROL
19SUBDIRS += control
20endif
Brandon Wymanca60e102017-03-29 17:06:02 -050021if WANT_COOLING_TYPE
Brandon Wymanfef02952017-03-31 18:13:21 -050022SUBDIRS += cooling-type
Brandon Wymanca60e102017-03-29 17:06:02 -050023endif
Matt Spinlere567dd22017-04-27 12:27:17 -050024if WANT_MONITOR
25SUBDIRS += monitor
26endif