Matt Spinler | e73446e | 2017-04-10 13:55:52 -0500 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
Brad Bishop | 9df0e16 | 2017-04-22 14:19:45 -0400 | [diff] [blame] | 2 | AM_CPPFLAGS = -iquote ${top_srcdir} |
Matt Spinler | e73446e | 2017-04-10 13:55:52 -0500 | [diff] [blame] | 3 | |
| 4 | sbin_PROGRAMS = \ |
| 5 | phosphor-fan-control |
| 6 | |
| 7 | phosphor_fan_control_SOURCES = \ |
Matt Spinler | e10416e | 2017-04-10 14:15:53 -0500 | [diff] [blame^] | 8 | generated.cpp \ |
| 9 | main.cpp \ |
| 10 | manager.cpp |
Matt Spinler | e73446e | 2017-04-10 13:55:52 -0500 | [diff] [blame] | 11 | |
Brad Bishop | 1048401 | 2017-04-24 22:59:18 -0400 | [diff] [blame] | 12 | phosphor_fan_control_LDADD = \ |
| 13 | $(SDBUSPLUS_LIBS) \ |
| 14 | $(PHOSPHOR_LOGGING_LIBS) |
| 15 | |
| 16 | phosphor_fan_control_CXXFLAGS = \ |
| 17 | $(SDBUSPLUS_CFLAGS) \ |
| 18 | $(PHOSPHOR_LOGGING_CFLAGS) |