phosphor-fan:  Create timer class

This class can be used to call an arbitrary function
after a certain amount of time, which is set in
microseconds.

Change-Id: Ifd65bbf0c3482db4e37efc3b1ccc868e62fa0afa
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 7b34537..61c6782 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,8 @@
 libfan_la_CXXFLAGS =
 	$(SDBUSPLUS_CFLAGS)
 libfan_la_SOURCES = \
-	utility.cpp
+	utility.cpp \
+	timer.cpp
 
 SUBDIRS = .