commit | b4f5b9270bb88899ffeb5b81a17f0def0e559d86 | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Tue Oct 13 12:44:43 2015 -0500 |
committer | Chris Austen <austenc@us.ibm.com> | Tue Oct 13 12:44:43 2015 -0500 |
tree | 4e180505ad417bfef378a1e5e57fcb93c05d430c | |
parent | ac4604a2f709b228def4dbc9706d31f0b62ae9cb [diff] [blame] |
Add storage ipmi commands
diff --git a/Makefile b/Makefile index 9ce7c8f..93d3256 100755 --- a/Makefile +++ b/Makefile
@@ -4,6 +4,7 @@ DAEMON_OBJ = $(DAEMON).o LIB_APP_OBJ = apphandler.o \ sensorhandler.o \ + storagehandler.o \ LIB_APP = libapphandler.so