Matt Spinler | 62b36bd | 2017-06-02 12:15:59 -0500 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
Matt Spinler | 7c33bff | 2017-06-02 12:29:41 -0500 | [diff] [blame^] | 2 | AM_CPPFLAGS = -I$(top_srcdir) |
Matt Spinler | 62b36bd | 2017-06-02 12:15:59 -0500 | [diff] [blame] | 3 | |
| 4 | sbin_PROGRAMS = \ |
| 5 | phosphor-unit-failure-monitor |
| 6 | |
| 7 | phosphor_unit_failure_monitor_SOURCES = \ |
Matt Spinler | 7c33bff | 2017-06-02 12:29:41 -0500 | [diff] [blame^] | 8 | main.cpp \ |
| 9 | monitor.cpp |
| 10 | |
| 11 | phosphor_unit_failure_monitor_LDADD = \ |
| 12 | $(PHOSPHOR_LOGGING_LIBS) |
| 13 | |
| 14 | phosphor_unit_failure_monitor_CXXFLAGS = \ |
| 15 | $(PHOSPHOR_LOGGING_CFLAGS) |