read data for the specified FRU id from inventory

Change-Id: I5255541719edad6453cd3163d9ad428548f1a2c7
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index f2d3bb0..0379037 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,8 @@
 	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)