aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-07-18 22:55:09 +0200
committerChristian Grothoff <christian@grothoff.org>2017-07-18 22:55:09 +0200
commit29f76b6fe373cd5ca7504be2ffdaad5500406b8b (patch)
tree876288c547157e4e39ea3c6f110babcc4326e44c /src/util/Makefile.am
parentcd8ffdb973670871d8fae691671fc0eb0f3c7ba3 (diff)
downloadgnunet-29f76b6fe373cd5ca7504be2ffdaad5500406b8b.tar.gz
gnunet-29f76b6fe373cd5ca7504be2ffdaad5500406b8b.zip
simplify installation of nss plugins in build system, require user(s) to move plugins into place manually (#5078)
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 9be572bb6..c26e3e84b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -336,10 +336,10 @@ test_client_unix_nc_SOURCES = \
336test_client_unix_nc_LDADD = \ 336test_client_unix_nc_LDADD = \
337 libgnunetutil.la 337 libgnunetutil.la
338 338
339test_socks_nc_SOURCES = \ 339#test_socks_nc_SOURCES = \
340 test_socks.c 340# test_socks.c
341test_socks_nc_LDADD = \ 341#test_socks_nc_LDADD = \
342 libgnunetutil.la 342# libgnunetutil.la
343 343
344test_common_allocation_SOURCES = \ 344test_common_allocation_SOURCES = \
345 test_common_allocation.c 345 test_common_allocation.c