commit | 1810bec9fc678fa49d3f282347220a6ecf046070 | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Tue Oct 13 12:12:39 2015 -0500 |
committer | Chris Austen <austenc@us.ibm.com> | Tue Oct 13 12:46:15 2015 -0500 |
tree | 8ad5cf75fef6802fb1c3ea3d8c0ef89a7d7a7cab | |
parent | b4f5b9270bb88899ffeb5b81a17f0def0e559d86 [diff] [blame] |
Add support for the the dcmi package
diff --git a/Makefile b/Makefile index 93d3256..2177c9d 100755 --- a/Makefile +++ b/Makefile
@@ -5,6 +5,7 @@ LIB_APP_OBJ = apphandler.o \ sensorhandler.o \ storagehandler.o \ + dcmihandler.o LIB_APP = libapphandler.so