commit | 8a45e7cdb9442d9981770d0ecc2ccf279fd55c28 | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Thu Oct 15 00:31:46 2015 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 19 17:57:11 2015 -0500 |
tree | d0ab0d96d845f6e61bc14873e0428da31cebb865 | |
parent | b071c70ed26625d709f2d9ba1711a340e20f1d28 [diff] [blame] |
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)