aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-12 15:32:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-12 15:32:08 +0000
commit4f7742c31bcf64550dae6a14d6b6da54d6d57e59 (patch)
tree3eaf2f4c2f1272e817a4d23d1b642a16ae0bce05 /src/gns
parentf6bdc4c133a26084e3a4457ad8dcc27c56344bb5 (diff)
downloadgnunet-4f7742c31bcf64550dae6a14d6b6da54d6d57e59.tar.gz
gnunet-4f7742c31bcf64550dae6a14d6b6da54d6d57e59.zip
-fix for #688590: allow user to specify how to install nsslibs
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/nss/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gns/nss/Makefile.am b/src/gns/nss/Makefile.am
index 0569fce7d..f2a6daac2 100644
--- a/src/gns/nss/Makefile.am
+++ b/src/gns/nss/Makefile.am
@@ -21,20 +21,18 @@ EXTRA_DIST = map-file
21 21
22AM_LDFLAGS=-avoid-version -module -export-dynamic 22AM_LDFLAGS=-avoid-version -module -export-dynamic
23 23
24if HAVE_SUDO 24nssdir = $(NSS_DIR)
25nssdir = /lib/
26else
27nssdir = $(libdir)
28endif
29 25
30LIBTOOL = $(SUDO_BINARY) $(SHELL) $(top_builddir)/libtool 26LIBTOOL = $(SUDO_BINARY) $(SHELL) $(top_builddir)/libtool
31 27
32if !MINGW 28if !MINGW
29if INSTALL_NSS
33nss_LTLIBRARIES = \ 30nss_LTLIBRARIES = \
34 libnss_gns.la \ 31 libnss_gns.la \
35 libnss_gns4.la \ 32 libnss_gns4.la \
36 libnss_gns6.la 33 libnss_gns6.la
37endif 34endif
35endif
38 36
39sources = nss_gns_query.h nss_gns_query.c 37sources = nss_gns_query.h nss_gns_query.c
40 38