[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: - fix vpn helper linking
From: |
gnunet |
Subject: |
[gnunet] branch master updated: - fix vpn helper linking |
Date: |
Tue, 10 Aug 2021 10:48:25 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 7598cf6b7 - fix vpn helper linking
7598cf6b7 is described below
commit 7598cf6b7969d74c3219cb0abac523144ad4d2a2
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Tue Aug 10 10:44:56 2021 +0200
- fix vpn helper linking
---
src/vpn/Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index d1ecd9f98..a5bbb6e22 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -31,7 +31,10 @@ bin_PROGRAMS = \
gnunet-vpn
gnunet_helper_vpn_SOURCES = \
-gnunet-helper-vpn.c
+ gnunet-helper-vpn.c
+gnunet_helper_vpn_LDADD = \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(GN_LIBINTL)
gnunet_service_vpn_SOURCES = \
gnunet-service-vpn.c
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: - fix vpn helper linking,
gnunet <=