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 | 8b633b7 | 2017-06-02 12:35:59 -0500 | [diff] [blame] | 8 | argument.cpp \ |
Matt Spinler | 7c33bff | 2017-06-02 12:29:41 -0500 | [diff] [blame] | 9 | main.cpp \ |
| 10 | monitor.cpp |
| 11 | |
| 12 | phosphor_unit_failure_monitor_LDADD = \ |
| 13 | $(PHOSPHOR_LOGGING_LIBS) |
| 14 | |
| 15 | phosphor_unit_failure_monitor_CXXFLAGS = \ |
| 16 | $(PHOSPHOR_LOGGING_CFLAGS) |