diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-04 16:33:41 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-04 16:33:41 +0000 |
commit | b47c7951d54d64a3a89854bb80f5d67cc2da90ab (patch) | |
tree | 916354af1f314292b4410e1febcfe6a71e398cf0 /util-src/GNUmakefile | |
parent | b6bf4788aa3d5c7ee847c690fcd0fbd9346a5dc7 (diff) | |
parent | a6265e45a04a7f7d5ae39c5608f7a350be1410db (diff) | |
download | prosody-b47c7951d54d64a3a89854bb80f5d67cc2da90ab.tar.gz prosody-b47c7951d54d64a3a89854bb80f5d67cc2da90ab.zip |
Merge config-updates+check-turn from timber
Diffstat (limited to 'util-src/GNUmakefile')
-rw-r--r-- | util-src/GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util-src/GNUmakefile b/util-src/GNUmakefile index 0b96bf41..810f39f7 100644 --- a/util-src/GNUmakefile +++ b/util-src/GNUmakefile @@ -7,7 +7,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 |