From 0acf057f9ed774ca7c354fc5735d53c6f53a8cef Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Mon, 3 Jul 2017 12:25:47 -0500 Subject: read data for the specified FRU id from inventory Change-Id: I5255541719edad6453cd3163d9ad428548f1a2c7 Signed-off-by: Marri Devender Rao --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f2d3bb0..0379037 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,8 @@ libapphandler_la_SOURCES = \ inventory-sensor-gen.cpp \ fru-read-gen.cpp \ selutility.cpp \ - ipmi_fru_info_area.cpp + ipmi_fru_info_area.cpp \ + read_fru_data.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