diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-30 21:36:53 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-30 21:36:53 +0100 |
commit | b99c7872177bd22bfa182559f18cd77987382a36 (patch) | |
tree | c0413fcad46ac80edee6b62ee1807a6b3c87f2f6 /nx-X11/programs/Xserver/Imakefile | |
parent | 65e25bd47165e65ef83f94e6f84a3b9af64f11e5 (diff) | |
download | nx-libs-b99c7872177bd22bfa182559f18cd77987382a36.tar.gz nx-libs-b99c7872177bd22bfa182559f18cd77987382a36.tar.bz2 nx-libs-b99c7872177bd22bfa182559f18cd77987382a36.zip |
Xserver/Imakefile: Drop references to already removed afb code.
Diffstat (limited to 'nx-X11/programs/Xserver/Imakefile')
-rw-r--r-- | nx-X11/programs/Xserver/Imakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/Imakefile b/nx-X11/programs/Xserver/Imakefile index f13f0eb92..20324dd13 100644 --- a/nx-X11/programs/Xserver/Imakefile +++ b/nx-X11/programs/Xserver/Imakefile @@ -204,7 +204,6 @@ INSTPGMFLAGS = #endif STDDIRS = include dix os mi $(XPDDXDIR) $(EXTDIRS) FBDIR = fb - AFBDIR = afb XCOMM XCOMM This turns off the default rule for compiling .c files because @@ -552,7 +551,7 @@ DDXDIRS = $(DECWSDDXDIR) $(SUNDDXDIR) $(LYNXDDXDIR) \ $(HPDDXDIR) $(XFREE86DDXDIR) \ $(NXAGENTDDXDIR) $(NXWINDDXDIR) SUBDIRS = $(STDDIRS) \ - $(IPLANDIRS) $(ILBMDIR) $(AFBSUBDIR) \ + $(IPLANDIRS) $(ILBMDIR) \ $(DDXDIRS) $(FBSUBDIR) $(KDRIVEDIRS) $(MIEXTDIRS) #if defined(ServerToInstall) && !defined(OS2Architecture) |