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 \ |
Matt Spinler | b54357f | 2017-08-21 14:38:54 -0500 | [diff] [blame] | 10 | pgood_monitor.cpp \ |
| 11 | ucd90160.cpp \ |
| 12 | ucd90160_defs.cpp |
Matt Spinler | afb3913 | 2017-08-14 13:53:07 -0500 | [diff] [blame] | 13 | |
| 14 | witherspoon_pseq_monitor_LDADD = \ |
| 15 | $(top_builddir)/libpower.la \ |
| 16 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 17 | ${PHOSPHOR_DBUS_INTERFACES_LIBS} \ |
| 18 | $(SDBUSPLUS_LIBS) |
| 19 | |
| 20 | witherspoon_pseq_monitor_CXXFLAGS = \ |
| 21 | $(PHOSPHOR_LOGGING_CFLAGS) \ |
| 22 | ${PHOSPHOR_DBUS_INTERFACES_CFLAGS} \ |
| 23 | $(SDBUSPLUS_CFLAGS) |