From a3e11cc22091198d618561e1396653d67fed210c Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Sun, 7 Apr 2024 21:34:48 +0200 Subject: Imake: drop BuildModuleInSubdir Set to No and Only checked by GL --- nx-X11/config/cf/xorg.cf | 9 --------- nx-X11/programs/Xserver/GL/Imakefile | 6 ------ 2 files changed, 15 deletions(-) (limited to 'nx-X11') diff --git a/nx-X11/config/cf/xorg.cf b/nx-X11/config/cf/xorg.cf index c0b753a88..e2207b68e 100644 --- a/nx-X11/config/cf/xorg.cf +++ b/nx-X11/config/cf/xorg.cf @@ -198,15 +198,6 @@ NX_VERSION_CURRENT_STRING = nxVersionString #define BuildXKBlib YES #endif -/* - * When this is set, modules are always built separately from the libraries - * that statically link into an Xserver. This is for platforms where the - * module and native object formats are different (e.g., OS/2). - */ -#ifndef BuildModuleInSubdir -#define BuildModuleInSubdir NO -#endif - /* * Default settings for which X Servers to build. */ diff --git a/nx-X11/programs/Xserver/GL/Imakefile b/nx-X11/programs/Xserver/GL/Imakefile index 47dbf795c..8e16b3998 100644 --- a/nx-X11/programs/Xserver/GL/Imakefile +++ b/nx-X11/programs/Xserver/GL/Imakefile @@ -7,14 +7,8 @@ SUBDIRS = glx $(CORE_SUBDIR) - -#if BuildModuleInSubdir -SRCS = glx/module/?*.c $(MSRCS) -OBJS = glx/module/?*.o $(MOBJS) -#else SRCS = glx/?*.c $(MSRCS) OBJS = glx/?*.o $(MOBJS) -#endif DONES = glx/DONE -- cgit v1.2.3