summaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-29 16:19:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-29 16:19:14 +0000
commitfe686052f4034949cd53b3c151ae05e078a9ae86 (patch)
treef8da7851528a65bcf5c97fe64d868de25682acce /src/gns/Makefile.am
parentb0d90b161f361e1cc9822e88579ec10d1d425f4a (diff)
downloadgnunet-fe686052f4034949cd53b3c151ae05e078a9ae86.tar.gz
gnunet-fe686052f4034949cd53b3c151ae05e078a9ae86.zip
-disable NSS installation if configure did not set INSTALL_NSS
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 25061d023..ca6558c45 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -1,8 +1,10 @@
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 1AM_CPPFLAGS = -I$(top_srcdir)/src/include
2 2
3if HAVE_GLIBCNSS 3if HAVE_GLIBCNSS
4if INSTALL_NSS
4NSS_SUBDIR = nss 5NSS_SUBDIR = nss
5endif 6endif
7endif
6 8
7SUBDIRS = . $(NSS_SUBDIR) 9SUBDIRS = . $(NSS_SUBDIR)
8 10