blob: 93099990f4ec7e153afcdac2669040f35b4e06dc [file] [log] [blame]
Matt Spinlerafb39132017-08-14 13:53:07 -05001AM_DEFAULT_SOURCE_EXT = .cpp
2AM_CPPFLAGS = -I$(top_srcdir)
3
4sbin_PROGRAMS = \
5 witherspoon-pseq-monitor
6
7witherspoon_pseq_monitor_SOURCES = \
8 argument.cpp \
Matt Spinlerf02daec2017-08-14 14:00:46 -05009 main.cpp \
Matt Spinlerb54357f2017-08-21 14:38:54 -050010 pgood_monitor.cpp \
11 ucd90160.cpp \
12 ucd90160_defs.cpp
Matt Spinlerafb39132017-08-14 13:53:07 -050013
14witherspoon_pseq_monitor_LDADD = \
15 $(top_builddir)/libpower.la \
16 $(PHOSPHOR_LOGGING_LIBS) \
17 ${PHOSPHOR_DBUS_INTERFACES_LIBS} \
18 $(SDBUSPLUS_LIBS)
19
20witherspoon_pseq_monitor_CXXFLAGS = \
21 $(PHOSPHOR_LOGGING_CFLAGS) \
22 ${PHOSPHOR_DBUS_INTERFACES_CFLAGS} \
23 $(SDBUSPLUS_CFLAGS)