summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-10-06 20:56:31 +0530
committerRatan Gupta <ratagupt@in.ibm.com>2018-02-20 09:30:04 +0530
commit90bfaea4c69773f4f252d06fad1147a718e8b863 (patch)
tree5d1ad14ac9e61ea0fbf9111bf48ec0ace714a9a9 /src/Makefile.am
parent80e9b65fdf9b1172e02de606cc193a6723791828 (diff)
downloadphosphor-dbus-monitor-90bfaea4c69773f4f252d06fad1147a718e8b863.tar.gz
phosphor-dbus-monitor-90bfaea4c69773f4f252d06fad1147a718e8b863.zip
Initial support for event callbacks
Add parser support for template rendering of events. Also defines the EventBase and Event classes. EventBase is parent of Event. Change-Id: I6b07b415acf510a8437529095bd489c0af73ddf5 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c20b9dd..cf91619 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,8 @@ TEMPLATES = \
templates/elog.mako.cpp \
templates/errors.mako.hpp \
templates/method.mako.cpp \
- templates/resolve_errors.mako.cpp
+ templates/resolve_errors.mako.cpp \
+ templates/event.mako.cpp
generated.hpp: $(PDMGEN) $(YAML_PATH) $(TEMPLATES)
$(AM_V_GEN)$(PYTHON) ${PDMGEN} \
OpenPOWER on IntegriCloud