summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald W. Carter <jerry@samba.org>2008-09-25 09:41:49 -0700
committerGerald W. Carter <jerry@samba.org>2008-09-25 09:46:14 -0700
commite9e0e9a401f581286ed8d3f1f9f277e134478ade (patch)
treef8e53800c38f78a6fc874b9028e3a072f08096fb /source3
parent571f23c03cc443e88029be3a020faa499f1e10cb (diff)
downloadsamba-e9e0e9a401f581286ed8d3f1f9f277e134478ade.tar.gz
samba-e9e0e9a401f581286ed8d3f1f9f277e134478ade.tar.bz2
samba-e9e0e9a401f581286ed8d3f1f9f277e134478ade.zip
idmap_hash: Fix the nss_info link during "make install"
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8f9bd80da8..18b1d9ad30 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2539,6 +2539,7 @@ installmodules:: modules installdirs
@$(SHELL) $(srcdir)/script/linkmodules.sh $(DESTDIR)$(AUTHLIBDIR) builtin.@SHLIBEXT@ guest.@SHLIBEXT@ fixed_challenge.@SHLIBEXT@ name_to_ntstatus.@SHLIBEXT@
@$(SHELL) $(srcdir)/script/linkmodules.sh $(DESTDIR)$(NSSINFOLIBDIR) ../idmap/ad.@SHLIBEXT@ rfc2307.@SHLIBEXT@ sfu.@SHLIBEXT@ sfu20.@SHLIBEXT@
@$(SHELL) $(srcdir)/script/linkmodules.sh $(DESTDIR)$(NSSINFOLIBDIR) ../idmap/adex.@SHLIBEXT@ adex.@SHLIBEXT@
+ @$(SHELL) $(srcdir)/script/linkmodules.sh $(DESTDIR)$(NSSINFOLIBDIR) ../idmap/hash.@SHLIBEXT@ hash.@SHLIBEXT@
installscripts:: installdirs
@$(SHELL) $(srcdir)/script/installscripts.sh $(INSTALLPERMS_BIN) $(DESTDIR)$(BINDIR) $(SCRIPTS)