mosquitto/plugins/persist-sqlite
Jesús Fernández Manzano c6669ef715 Fix makefile build with WITH_SQLITE disabled
When using WITH_SQLITE=no, the build system correctly avoids to compile
the plugin, but the install step fails because it tries to install it
even if it has not been compiled.

This commit fixes this behaviour by totally omitting the plugin if
WITH_SQLITE=no is specified, so no compilation and no installation is
performed

Signed-off-by: Jesús Fernández Manzano <jesus.fernandez@titanos.tv>
2026-02-24 00:35:15 +00:00
..
base_msgs.c
client_msgs.c
clients.c Formatting: Double indent continuation 2025-09-17 12:03:06 +01:00
CMakeLists.txt mac: Fix persist-sqlite compilation 2026-01-25 00:47:08 +00:00
common.c
init.c persist-sqlite: Avoid array literal 2026-01-21 22:25:20 +00:00
Makefile Fix makefile build with WITH_SQLITE disabled 2026-02-24 00:35:15 +00:00
migrate_to_persist_sqlite.py Fix payload conversion in migrate_to_persist_sqlite.py 2026-02-11 14:53:02 +00:00
persist_sqlite.h Formatting: Apply to C headers 2025-09-17 12:48:02 +01:00
plugin.c Windows build fix 2026-01-21 22:55:09 +00:00
restore.c Formatting: Forbid single line if statements 2025-09-17 12:48:02 +01:00
retain_msgs.c Formatting: Double indent continuation 2025-09-17 12:03:06 +01:00
subscriptions.c Formatting: Double indent continuation 2025-09-17 12:03:06 +01:00
test.conf
test.sh
tick.c
util.h Formatting: Apply to C headers 2025-09-17 12:48:02 +01:00
will.c Formatting: Double indent continuation 2025-09-17 12:03:06 +01:00