From 6b7a14376a46e73b61df9c78771e2063bc0f4008 Mon Sep 17 00:00:00 2001 From: Tom Joseph Date: Fri, 19 May 2017 10:43:36 +0530 Subject: Create IPMI SEL record from Logging DBUS Entry The Log Id, resolved field and the timestamp is read from the DBUS entry and mapped to the SEL record. The remaining fields are populated from the generated code which maps an association to the sensor number. Change-Id: I89c3862cf35efa1b9fb86de734431c8141143fb7 Signed-off-by: Tom Joseph --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7317cce..51e1519 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,8 @@ libapphandler_la_SOURCES = \ sensor-gen.cpp \ utils.cpp \ inventory-sensor-gen.cpp \ - fru-read-gen.cpp + fru-read-gen.cpp \ + selutility.cpp libapphandler_la_LDFLAGS = $(SYSTEMD_LIBS) $(libmapper_LIBS) $(PHOSPHOR_LOGGING_LIBS) $(PHOSPHOR_DBUS_INTERFACES_LIBS) -lstdc++fs -version-info 0:0:0 -shared libapphandler_la_CXXFLAGS = $(SYSTEMD_CFLAGS) $(libmapper_CFLAGS) $(PHOSPHOR_LOGGING_CFLAGS) $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) -- cgit v1.2.1