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:
parent
070185c341
commit
c5d9f2f7c6
|
@ -1,5 +1,6 @@
|
||||||
MODULE = nsiproxy.sys
|
MODULE = nsiproxy.sys
|
||||||
IMPORTS = ntoskrnl uuid
|
IMPORTS = ntoskrnl uuid
|
||||||
|
EXTRALIBS = $(PROCSTAT_LIBS)
|
||||||
EXTRADLLFLAGS = -Wl,--subsystem,native
|
EXTRADLLFLAGS = -Wl,--subsystem,native
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
|
|
Loading…
Reference in New Issue