aboutsummaryrefslogtreecommitdiff
path: root/src/gns/nss/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/nss/Makefile.am')
-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