blob: 7b3453778151a9777ca341bd5fabfaa8170f1b19 [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 = \
Brandon Wyman5914f652017-03-16 18:17:07 -050010 utility.cpp
Matthew Barth293477d2017-02-17 15:39:36 -060011
Brad Bishop93919bb2017-04-22 14:58:29 -040012SUBDIRS = .
13
14if WANT_PRESENCE
15SUBDIRS += presence
16endif
17if WANT_CONTROL
18SUBDIRS += control
19endif
Brandon Wymanca60e102017-03-29 17:06:02 -050020if WANT_COOLING_TYPE
21SUBDIRS += chassis-cooling-type
22endif