diff options
Diffstat (limited to 'nx-X11/programs/Xserver/hw/Imakefile')
-rw-r--r-- | nx-X11/programs/Xserver/hw/Imakefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/hw/Imakefile b/nx-X11/programs/Xserver/hw/Imakefile index 6ea7f00a1..465b2d241 100644 --- a/nx-X11/programs/Xserver/hw/Imakefile +++ b/nx-X11/programs/Xserver/hw/Imakefile @@ -6,10 +6,6 @@ XCOMM This is only used on NT where we do not know how to jump over this dir #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" -#if XnestServer -XNESTDIR = xnest -#endif - #if XVirtualFramebufferServer XVFBDIR = vfb #endif @@ -18,7 +14,7 @@ XVFBDIR = vfb XDMXDIR = dmx #endif -SUBDIRS= $(XNESTDIR) $(XVFBDIR) $(XDMXDIR) +SUBDIRS= $(XVFBDIR) $(XDMXDIR) MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) |