aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gns/nss/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gns/nss/Makefile.am b/src/gns/nss/Makefile.am
index 582aa0696..a36de8930 100644
--- a/src/gns/nss/Makefile.am
+++ b/src/gns/nss/Makefile.am
@@ -30,13 +30,11 @@ endif
30LIBTOOL = $(SUDO_BINARY) $(SHELL) $(top_builddir)/libtool 30LIBTOOL = $(SUDO_BINARY) $(SHELL) $(top_builddir)/libtool
31 31
32if !MINGW 32if !MINGW
33if HAVE_SUDO
34nss_LTLIBRARIES = \ 33nss_LTLIBRARIES = \
35 libnss_gns.la \ 34 libnss_gns.la \
36 libnss_gns4.la \ 35 libnss_gns4.la \
37 libnss_gns6.la 36 libnss_gns6.la
38endif 37endif
39endif
40 38
41sources = util.c util.h query.h query.c 39sources = util.c util.h query.h query.c
42 40