Call install-slibLTLIBRARIES before install-data-local

Index: b/src/Makefile.am
===================================================================
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,7 +37,7 @@
 # To mimmick the old glibc installation as closely as possible, we
 # shuffle the installed library and the links to it around a bit,
 # removing all traces from libtool in the process.
-install-data-local:
+install-data-local: install-slibLTLIBRARIES
 	$(mkinstalldirs) $(DESTDIR)$(libdir)
 	rm $(DESTDIR)$(slibdir)/libnss_db.la
 	rm $(DESTDIR)$(slibdir)/libnss_db.so
