diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-28 20:27:52 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-28 20:27:52 +0100 |
commit | 0e76bc87a12eb7b59faaf9380395c574c45da064 (patch) | |
tree | e70e6c938de77ba9def181df43f87e3141b49df0 | |
parent | 992199ecfdf3a8081cb660b4de7e14e9e8f08f33 (diff) | |
download | gnunet-0e76bc87a12eb7b59faaf9380395c574c45da064.tar.gz gnunet-0e76bc87a12eb7b59faaf9380395c574c45da064.zip |
build: Add gmp to libgnunetutil build (was indirect dependency)
m--------- | contrib/gana | 0 | ||||
m--------- | contrib/handbook | 0 | ||||
-rw-r--r-- | src/lib/util/Makefile.am | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gana b/contrib/gana | |||
Subproject 72be9c8454abc39eb35e1019545ceda8ece7a6d | Subproject 9eddc2cf7b65bb43d285c75ef22fd9bc9cc7020 | ||
diff --git a/contrib/handbook b/contrib/handbook | |||
Subproject 5dde35573cfc8e22bbf2810fb5bacc22726ac74 | Subproject 5c20e0aaa95c7cebc225d02231221d18fdcbdb5 | ||
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am index f7716cd48..db2d9f34a 100644 --- a/src/lib/util/Makefile.am +++ b/src/lib/util/Makefile.am | |||
@@ -141,6 +141,7 @@ libgnunetutil_la_LIBADD = \ | |||
141 | $(Z_LIBS) \ | 141 | $(Z_LIBS) \ |
142 | -lunistring \ | 142 | -lunistring \ |
143 | -lsodium \ | 143 | -lsodium \ |
144 | -lgmp \ | ||
144 | $(XLIB) \ | 145 | $(XLIB) \ |
145 | $(PTHREAD) | 146 | $(PTHREAD) |
146 | 147 | ||