diff options
Diffstat (limited to 'nx-X11/include/Imakefile')
-rw-r--r-- | nx-X11/include/Imakefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nx-X11/include/Imakefile b/nx-X11/include/Imakefile index 54b54f451..e46abbdfd 100644 --- a/nx-X11/include/Imakefile +++ b/nx-X11/include/Imakefile @@ -14,11 +14,7 @@ NULL = GLXDIR = GL #endif -#if BuildDPSLibrary -DPSDIR = DPS -#endif - -SUBDIRS = extensions $(GLXDIR) $(DPSDIR) +SUBDIRS = extensions $(GLXDIR) #ifdef Win32Architecture EXTRA_HEADERS = Xw32defs.h Xwinsock.h Xwindows.h |