Matt Spinler | afb3913 | 2017-08-14 13:53:07 -0500 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
| 2 | AM_CPPFLAGS = -I$(top_srcdir) |
| 3 | |
| 4 | sbin_PROGRAMS = \ |
| 5 | witherspoon-pseq-monitor |
| 6 | |
| 7 | witherspoon_pseq_monitor_SOURCES = \ |
| 8 | argument.cpp \ |
Matt Spinler | f02daec | 2017-08-14 14:00:46 -0500 | [diff] [blame] | 9 | main.cpp \ |
| 10 | pgood_monitor.cpp |
Matt Spinler | afb3913 | 2017-08-14 13:53:07 -0500 | [diff] [blame] | 11 | |
| 12 | witherspoon_pseq_monitor_LDADD = \ |
| 13 | $(top_builddir)/libpower.la \ |
| 14 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 15 | ${PHOSPHOR_DBUS_INTERFACES_LIBS} \ |
| 16 | $(SDBUSPLUS_LIBS) |
| 17 | |
| 18 | witherspoon_pseq_monitor_CXXFLAGS = \ |
| 19 | $(PHOSPHOR_LOGGING_CFLAGS) \ |
| 20 | ${PHOSPHOR_DBUS_INTERFACES_CFLAGS} \ |
| 21 | $(SDBUSPLUS_CFLAGS) |