gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 45a6ea3dae757da8479a80efca11e4fcc32e3321
parent 09e2898ebb05bc0cec8ba986a30f0a03032eb229
Author: Jeff Burdges <burdges@gnunet.org>
Date:   Mon,  3 Aug 2015 16:45:43 +0000

Add socks lines to the makefile, but do not yet activate



Diffstat:
Msrc/util/Makefile.am | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/util/Makefile.am b/src/util/Makefile.am @@ -347,6 +347,11 @@ test_client_nc_SOURCES = \ test_client_nc_LDADD = \ libgnunetutil.la +test_socks_nc_SOURCES = \ + test_socks.c +test_socks_nc_LDADD = \ + libgnunetutil.la + test_common_allocation_SOURCES = \ test_common_allocation.c test_common_allocation_LDADD = \