diff options
Diffstat (limited to 'nx-X11/Imakefile')
-rw-r--r-- | nx-X11/Imakefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/nx-X11/Imakefile b/nx-X11/Imakefile index f2a8ca8ad..9c8eb5a04 100644 --- a/nx-X11/Imakefile +++ b/nx-X11/Imakefile @@ -27,17 +27,7 @@ RELEASE = XOrgReleaseString #define OSName Unknown Operating System! #endif -#if !BuildServersOnly -#ifndef Win32Architecture -#if BuildDocs - DOCSDIR = doc -#endif - NLSSUBDIR = nls -#endif -#endif - - SUBDIRS = include config lib $(NLSSUBDIR) \ - programs $(FONTSDIR) $(DOCSDIR) + SUBDIRS = include config lib programs LNINSTALLDIRS = lib #if HasParallelMake |