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@pfeifer.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gerald Pfeifer 2021-08-19 11:09:00 +02:00 committed by Alexandre Julliard
parent 070185c341
commit c5d9f2f7c6

View file

@ -1,5 +1,6 @@
MODULE = nsiproxy.sys
IMPORTS = ntoskrnl uuid
EXTRALIBS = $(PROCSTAT_LIBS)
EXTRADLLFLAGS = -Wl,--subsystem,native
C_SRCS = \