commit | 974c916e2db64738557f219a72ed9c32c35ec3a0 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Aug 04 08:36:37 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 18 19:39:39 2017 +0000 |
tree | 7297c718b51068c0b545c0ceffa978f79465a858 | |
parent | 7cde0082e0b48fb7d677d0a1fac7e2d964841216 [diff] [blame] |
Add getProperty and getService utility functions Upcoming code will use them. Change-Id: I7c6618a3a7479a7ed0a7d41dad92a222a45a3ba4 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am index ef4d98b..72698b7 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -9,6 +9,8 @@ $(PHOSPHOR_LOGGING_CFLAGS) \ $(SDBUSPLUS_CFLAGS) -libpower_la_SOURCES = timer.cpp +libpower_la_SOURCES = \ + timer.cpp \ + utility.cpp SUBDIRS = .