Gerald Pfeifer : nsiproxy: Add $(PROCSTAT_LIBS) to EXTRALIBS.

Alexandre Julliard julliard at winehq.org
Fri Aug 20 16:12:55 CDT 2021


Module: wine
Branch: master
Commit: c5d9f2f7c665700f183b81201151ab2096594841
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c5d9f2f7c665700f183b81201151ab2096594841

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Thu Aug 19 11:09:00 2021 +0200

nsiproxy: Add $(PROCSTAT_LIBS) to EXTRALIBS.

We try to use libprocstat on non-Linux platforms and detect its
presence in the configure phase. Make sure we actually link this
library in that case by adding $(PROCSTAT_LIBS) to EXTRALIBS.

Signed-off-by: Gerald Pfeifer <gerald at pfeifer.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/nsiproxy.sys/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/nsiproxy.sys/Makefile.in b/dlls/nsiproxy.sys/Makefile.in
index cee4b72c33f..183a6374144 100644
--- a/dlls/nsiproxy.sys/Makefile.in
+++ b/dlls/nsiproxy.sys/Makefile.in
@@ -1,5 +1,6 @@
 MODULE    = nsiproxy.sys
 IMPORTS   = ntoskrnl uuid
+EXTRALIBS = $(PROCSTAT_LIBS)
 EXTRADLLFLAGS = -Wl,--subsystem,native
 
 C_SRCS = \




More information about the wine-cvs mailing list