summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2023-01-23 19:59:29 +0700
committerGitHub <noreply@github.com>2023-01-23 19:59:29 +0700
commitc2c3876c519fbc22a60a5d8b753dc6d8e81e0fed (patch)
tree4225588f7474145ecc6968ea4a65ce6cae269d99 /Makefile.am
parent5fabd2548ca342e9133add357bf160c67c6de079 (diff)
remove mqtt-c from websockets (#14181)
* remove MQTT-C (MQTT 3 implementation) from buildsystem
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 62ab8e4447..7e4f43c94b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -736,8 +736,6 @@ libmqttwebsockets_a_SOURCES = \
mqtt_websockets/c-rbuf/src/ringbuffer.c \
mqtt_websockets/c-rbuf/include/ringbuffer.h \
mqtt_websockets/c-rbuf/src/ringbuffer_internal.h \
- mqtt_websockets/MQTT-C/src/mqtt.c \
- mqtt_websockets/MQTT-C/include/mqtt.h \
mqtt_websockets/c_rhash/src/c_rhash.c \
mqtt_websockets/c_rhash/include/c_rhash.h \
mqtt_websockets/c_rhash/src/c_rhash_internal.h