Reinstate installation of dllthreads$(EXT_DLL)

It was accidently dropped by 5c4c41ba
master
Jeremie Dimino 2017-01-27 17:48:48 +00:00
parent 080992e951
commit 812eb68de9
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ THREADS_LIBDIR=$(INSTALL_LIBDIR)/$(LIBNAME)
INSTALL_STUBLIBDIR=$(DESTDIR)$(STUBLIBDIR)
install:
if test -f dllthreads$(EXT_DLL); then \
cp dllthreads$(EXT_DLL) $(INSTALL_STUBLIBDIR)/dllthreads$(EXT_DLL); fi
cp libthreads.$(A) "$(INSTALL_LIBDIR)"
cd "$(INSTALL_LIBDIR)"; $(RANLIB) libthreads.$(A)
mkdir -p "$(THREADS_LIBDIR)"