summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-19 11:06:51 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-31 14:10:00 -0500
commitfa51da745c5be2ac85265af43333cf7af1047cb8 (patch)
tree0e046bc5e02c23558ac67f04c4b03e85679dfd4d /Makefile.am
parent040e18b92bc0be25fc6a5e086474ab69a53e465c (diff)
downloadphosphor-inventory-manager-fa51da745c5be2ac85265af43333cf7af1047cb8.tar.gz
phosphor-inventory-manager-fa51da745c5be2ac85265af43333cf7af1047cb8.zip
Add propertyIs filter
The existing property match filter tests a property in the PropertiesChanged signal payload. Add a match filter that tests any arbitrary property on any object. Change-Id: I1c238c03a3ccbf45f7b338693a4342fbd4f670c2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 36edbca..16d35b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,7 @@ noinst_LTLIBRARIES = libmanager.la
libmanager_la_SOURCES = \
xyz.openbmc_project.Inventory.Manager.cpp \
generated.cpp \
+ events.cpp \
manager.cpp
libmanager_la_LIBADD = libextra.la
OpenPOWER on IntegriCloud