summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Marcaccini <david.marcaccini@multitech.com>2019-05-10 17:16:30 -0500
committerDavid Marcaccini <david.marcaccini@multitech.com>2019-05-10 17:16:30 -0500
commit0911077926483415a8b430b4a4e3202b336570a9 (patch)
treebc908f9d896b08f42bbb7783701a49100153dce5 /Makefile
parent0e465616dee18a2a596bf1e044e8b81960994c3d (diff)
downloadmtsazure-0911077926483415a8b430b4a4e3202b336570a9.tar.gz
mtsazure-0911077926483415a8b430b4a4e3202b336570a9.tar.bz2
mtsazure-0911077926483415a8b430b4a4e3202b336570a9.zip
Updates to makefiles to make this properly bake
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecf6d33..9646c30 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,9 @@ mtsazure: src/mtsazure.c
.PHONY:
install: mtsazure
mkdir -p $(DESTDIR)/usr/bin
+ mkdir -p $(DESTDIR)/usr/lib
cp mtsazure $(DESTDIR)/usr/bin
- cp ./azure-iot-sdk-c/cmake/iotsdk_linux/iothub_client/libiothub_client.so $(DESTDIR)/usr/lib
+ cp -a ./azure-iot-sdk-c/cmake/iotsdk_linux/iothub_client/libiothub_client.so* $(DESTDIR)/usr/lib
.PHONY:
clean: