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 | |
3 | sbin_PROGRAMS = \ | ||||
4 | phosphor-fan-presence-tach | ||||
5 | |||||
6 | phosphor_fan_presence_tach_SOURCES = \ | ||||
7 | fan_enclosure.cpp \ | ||||
8 | tach_sensor.cpp \ | ||||
9 | tach_detect.cpp | ||||
10 | |||||
11 | phosphor_fan_presence_tach_LDFLAGS = $(SDBUSPLUS_LIBS) | ||||
12 | phosphor_fan_presence_tach_CXXFLAGS = $(SDBUSPLUS_CFLAGS) |