From 49e661750ceed68ada3f3ae00d6d1620800c1f5f Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 23 May 2017 19:16:21 -0400 Subject: Add callback groups Allow named collections of callbacks to be defined and used anywhere callbacks are used. Change-Id: I3224aa06b2250e9a055bc70d20c186caecd033af Signed-off-by: Brad Bishop --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f223713..c77c0a8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,7 @@ BUILT_SOURCES = generated.hpp CLEANFILES = generated.hpp TEMPLATES = \ + templates/callbackgroup.mako.cpp \ templates/generated.mako.hpp \ templates/journal.mako.cpp -- cgit v1.2.1