sdbus++: async: server: generate method-call fn

Add binding generation for method-call functions.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I34ac44ae0cdb43a18b96a4ddc5e67df4971da939
diff --git a/tools/meson.build b/tools/meson.build
index 1538289..d290b5f 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -19,8 +19,12 @@
   'sdbusplus/templates/interface.md.mako',
   'sdbusplus/templates/interface.server.cpp.mako',
   'sdbusplus/templates/interface.server.hpp.mako',
-  'sdbusplus/templates/method.md.mako',
+  'sdbusplus/templates/method.aserver.callback.hpp.mako',
+  'sdbusplus/templates/method.aserver.tag.hpp.mako',
+  'sdbusplus/templates/method.aserver.typeid.hpp.mako',
+  'sdbusplus/templates/method.aserver.vtable.hpp.mako',
   'sdbusplus/templates/method.client.hpp.mako',
+  'sdbusplus/templates/method.md.mako',
   'sdbusplus/templates/method.prototype.hpp.mako',
   'sdbusplus/templates/method.server.vtable.cpp.mako',
   'sdbusplus/templates/property.md.mako',