From 0df00be00999bc3285b8b0a401b48e42fb862250 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 25 May 2017 23:38:37 -0400 Subject: Method support Add support for a method callback. The method callback enables arbitrary DBus method calls. A sample use case could be starting a systemd unit via the sytemd DBus API. Change-Id: If25131d11497c82f862ae1f47da066c5fd8b2e2e Signed-off-by: Brad Bishop --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4d6658d..0380f6c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,8 @@ TEMPLATES = \ templates/conditional.mako.cpp \ templates/count.mako.cpp \ templates/generated.mako.hpp \ - templates/journal.mako.cpp + templates/journal.mako.cpp \ + templates/method.mako.cpp generated.hpp: $(PDMGEN) $(YAML_PATH) $(TEMPLATES) $(AM_V_GEN)$(PYTHON) ${PDMGEN} \ -- cgit v1.2.1