Suport examining sensor records and calling dbus
diff --git a/Makefile b/Makefile
index cf1d9cb..cebf798 100755
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@
 LIB_APP_OBJ = apphandler.o     \
               sensorhandler.o  \
               storagehandler.o \
-              dcmihandler.o
+              dcmihandler.o    \
+              ipmisensor.o
 
 LIB_APP     = libapphandler.so
 INSTALLED_LIBS += $(LIB_APP)