blob: 2aed0389394971b93ac0bcfc2993c64c29ad4ac5 [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
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)