From 1ed6a1041bef2592d2d889cb50eac1927b4ff852 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 16 Jan 2018 09:21:49 +0100 Subject: [PATCH] mqtt: added submodule for mosquitto --- .gitmodules | 3 +++ thirdparty/Makefile.inc | 2 +- thirdparty/mosquitto | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 thirdparty/mosquitto diff --git a/.gitmodules b/.gitmodules index 851f21c53..e9260e05d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "thirdparty/libiec61850"] path = thirdparty/libiec61850 url = https://github.com/mz-automation/libiec61850 +[submodule "thirdparty/mosquitto"] + path = thirdparty/mosquitto + url = https://github.com/eclipse/mosquitto.git diff --git a/thirdparty/Makefile.inc b/thirdparty/Makefile.inc index ccaec2dd2..df8ee4bf3 100644 --- a/thirdparty/Makefile.inc +++ b/thirdparty/Makefile.inc @@ -20,7 +20,7 @@ # along with this program. If not, see . ################################################################################### -DEPS_CMAKE = libxil libwebsockets libiec61850 criterion jansson nanomsg rabbitmq-c +DEPS_CMAKE = libxil libwebsockets libiec61850 criterion jansson nanomsg rabbitmq-c mosquitto DEPS_AUTOCONF = libnl libconfig libcurl libzmq DEPS = $(DEPS_CMAKE) $(DEPS_AUTOCONF) diff --git a/thirdparty/mosquitto b/thirdparty/mosquitto new file mode 160000 index 000000000..d72ec39d7 --- /dev/null +++ b/thirdparty/mosquitto @@ -0,0 +1 @@ +Subproject commit d72ec39d79effae08011e13faf5870fa7e80fa54