blob: 1f199ce0e0fc59ec2a3c597f803a1dbdc7679093 [file] [log] [blame]
AM_DEFAULT_SOURCE_EXT = .cpp
AM_CPPFLAGS = -I$(top_srcdir)
sbin_PROGRAMS = \
witherspoon-pseq-monitor
witherspoon_pseq_monitor_SOURCES = \
argument.cpp \
gpio.cpp \
main.cpp \
pgood_monitor.cpp \
runtime_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)