summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-04-12 13:54:26 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-05-15 16:58:22 -0400
commitb0b82be89c328ff8205821803592ba08963464ee (patch)
treeaffe20d484cb85cadb40c60990707a72029f6190 /src/Makefile.am
parent240bf332d20c31be5abe066945012542d94f5333 (diff)
downloadphosphor-dbus-monitor-b0b82be89c328ff8205821803592ba08963464ee.tar.gz
phosphor-dbus-monitor-b0b82be89c328ff8205821803592ba08963464ee.zip
Build dbus monitor using generated source
Have dbus monitoring application build under phosphor-hwmon and use the generated events source Change-Id: Ic3f74192a3c65a79c4bc2657d42f196c15840cff Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b9c857c..8c57553 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,8 +4,10 @@ AM_CPPFLAGS = -iquote ${top_srcdir}
sbin_PROGRAMS = phosphor-dbus-monitor
phosphor_dbus_monitor_SOURCES = \
+ functor.cpp \
main.cpp \
- monitor.cpp
+ monitor.cpp \
+ generated.cpp
phosphor_dbus_monitor_LDADD = \
$(SDBUSPLUS_LIBS) \
$(PHOSPHOR_LOGGING_LIBS)
OpenPOWER on IntegriCloud