aboutsummaryrefslogtreecommitdiff
path: root/src/gns/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/gns/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/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 464bbbca1..977eb87e3 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -2,10 +2,8 @@
2AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
3 3
4if HAVE_GLIBCNSS 4if HAVE_GLIBCNSS
5if INSTALL_NSS
6NSS_SUBDIR = nss 5NSS_SUBDIR = nss
7endif 6endif
8endif
9 7
10SUBDIRS = . $(NSS_SUBDIR) 8SUBDIRS = . $(NSS_SUBDIR)
11 9