blob: 93099990f4ec7e153afcdac2669040f35b4e06dc [file] [log] [blame]
AM_DEFAULT_SOURCE_EXT = .cpp
AM_CPPFLAGS = -I$(top_srcdir)
sbin_PROGRAMS = \
witherspoon-pseq-monitor
witherspoon_pseq_monitor_SOURCES = \
argument.cpp \
main.cpp \
pgood_monitor.cpp \
ucd90160.cpp \
ucd90160_defs.cpp
witherspoon_pseq_monitor_LDADD = \
$(top_builddir)/libpower.la \
$(PHOSPHOR_LOGGING_LIBS) \
${PHOSPHOR_DBUS_INTERFACES_LIBS} \
$(SDBUSPLUS_LIBS)
witherspoon_pseq_monitor_CXXFLAGS = \
$(PHOSPHOR_LOGGING_CFLAGS) \
${PHOSPHOR_DBUS_INTERFACES_CFLAGS} \
$(SDBUSPLUS_CFLAGS)