commit | 1c737afcb00af836d94757107137399d560b1f0d | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Fri Oct 16 09:07:02 2020 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Mon Nov 02 10:17:21 2020 +0800 |
tree | 5cdb472e58bd5e6f2d3afb70477007cc61cdb9a3 | |
parent | 4846e926573d15ac85edd6482aaf7ce8fe9256ef [diff] [blame] |
Add utility for D-Bus Putting all D-Bus related operation to the utils file. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I934e519bca43b73da01ed09fc73f6c7cdc795e1f
diff --git a/Makefile.am b/Makefile.am index 5edc8f9..4b91f58 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -6,7 +6,8 @@ led-main.cpp \ manager.cpp \ group.cpp \ - serialize.cpp + serialize.cpp \ + utils.cpp if !WANTS_JSON BUILT_SOURCES = led-gen.hpp