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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/nss/Makefile.am b/src/gns/nss/Makefile.am
index e17c7fa3f..3589e770d 100644
--- a/src/gns/nss/Makefile.am
+++ b/src/gns/nss/Makefile.am
@@ -36,9 +36,9 @@ nss_LTLIBRARIES = \
36 libnss_gns6.la 36 libnss_gns6.la
37 37
38install-nssLTLIBRARIES: 38install-nssLTLIBRARIES:
39 LIBTOOL_SUDO_BINARY = $(SUDO_BINARY) 39 LIBTOOL_SUDO_BINARY=$(SUDO_BINARY)
40uninstall-nssLTLIBRARIES: 40uninstall-nssLTLIBRARIES:
41 LIBTOOL_SUDO_BINARY = $(SUDO_BINARY) 41 LIBTOOL_SUDO_BINARY=$(SUDO_BINARY)
42endif 42endif
43endif 43endif
44 44