Commit 6f22fb9e authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

mi: define NXAGENT_SERVER

In commit f48e2da3 I marked NX changes by using #ifdef NXAGENT_SERVER. But I had missed that this define was never set in mi. So let's change that now and make it work like before. Fixes ArcticaProject/nx-libs#926
parent bdc698b7
......@@ -123,6 +123,9 @@ OBJS = $(CBRT_OBJ) \
#if NXLibraries
NX_DEFINES = -DNXAGENT_SERVER \
$(NULL)
/*
* To build the NX agent we need the XINPUT symbol
* in order to build the XInputExtension, since we
......@@ -155,7 +158,7 @@ LINTLIBS = \
../os/llib-los.ln \
$(NULL)
DEFINES = $(FFS_DEFINES)
DEFINES = $(FFS_DEFINES) $(NX_DEFINES)
NormalLibraryObjectRule()
NormalLibraryTarget(mi,$(OBJS))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment