aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-03-04 17:46:33 +0100
committerKim Alvefur <zash@zash.se>2022-03-04 17:46:33 +0100
commitffb37f3ef39c41e3512b98a5cf169e40f07bd5a5 (patch)
treeee66e3cf8c9ae11eae017ef363335895c3a727cb /util-src
parent8eadf174b4d0d68d30d1789737f9eee04205183d (diff)
downloadprosody-ffb37f3ef39c41e3512b98a5cf169e40f07bd5a5.tar.gz
prosody-ffb37f3ef39c41e3512b98a5cf169e40f07bd5a5.zip
make: Fix build of util.struct on *BSD
Diffstat (limited to 'util-src')
-rw-r--r--util-src/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/util-src/makefile b/util-src/makefile
index 1560fca4..2df837c7 100644
--- a/util-src/makefile
+++ b/util-src/makefile
@@ -6,7 +6,8 @@ INSTALL_DATA=install -m644
TARGET?=../util/
ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
- ringbuffer.so time.so poll.so compat.so strbitop.so
+ ringbuffer.so time.so poll.so compat.so strbitop.so \
+ struct.so
.ifdef $(RANDOM)
ALL+=crand.so