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 | |
Patrick Venture | 096cf82 | 2019-03-28 13:42:01 -0700 | [diff] [blame^] | 4 | bin_PROGRAMS = \ |
Matt Spinler | 62b36bd | 2017-06-02 12:15:59 -0500 | [diff] [blame] | 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) |