diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-11-10 14:48:52 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2018-11-10 14:48:52 +0100 |
commit | 77b3923129b2fd99f9c2232022a7a1ff438233fb (patch) | |
tree | f3096f70b4494aa66f13a43ebb3483d99924a81e /nx-X11/config | |
parent | abf47feca16287f5380f129c4ddea0f2a5278d38 (diff) | |
download | nx-libs-77b3923129b2fd99f9c2232022a7a1ff438233fb.tar.gz nx-libs-77b3923129b2fd99f9c2232022a7a1ff438233fb.tar.bz2 nx-libs-77b3923129b2fd99f9c2232022a7a1ff438233fb.zip |
Makefile: Rework handling auto-determined values for imake
create a new def file nxconfig.def and be fine. The settings in that
file will be respected by all subsequent imake calls anywhere in the tree.
Diffstat (limited to 'nx-X11/config')
-rw-r--r-- | nx-X11/config/cf/xorg.cf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nx-X11/config/cf/xorg.cf b/nx-X11/config/cf/xorg.cf index 6f1f43018..337c28751 100644 --- a/nx-X11/config/cf/xorg.cf +++ b/nx-X11/config/cf/xorg.cf @@ -52,6 +52,8 @@ XORG_VERSION_CURRENT = XorgVersion RELEASE_VERSION = ReleaseVersion #if NXAgentServer +#include "nxconfig.def" + #include "nxversion.def" #if !defined(nxVersionString) && \ |