Clean up remaining afb references.

This commit is contained in:
Kristian Høgsberg 2008-05-21 17:58:15 -04:00
parent 20ea99c655
commit 4230b92744
3 changed files with 0 additions and 11 deletions

8
.gitignore vendored
View File

@ -37,14 +37,6 @@ xorg-server.pc
stamp-h?
do-not-use-config.h
do-not-use-config.h.in
afb/afbbltC.c
afb/afbbltCI.c
afb/afbbltG.c
afb/afbbltO.c
afb/afbbltX.c
afb/afbseg.c
afb/afbtileC.c
afb/afbtileG.c
cfb/cfb8lineCO.c
cfb/cfb8lineCP.c
cfb/cfb8lineG.c

View File

@ -40,7 +40,6 @@ SUBDIRS = \
xkb \
$(DBE_DIR) \
$(MFB_DIR) \
$(AFB_DIR) \
$(RECORD_DIR) \
xfixes \
damageext \
@ -84,7 +83,6 @@ DIST_SUBDIRS = \
xkb \
dbe \
mfb \
afb \
record \
xfixes \
damageext \

View File

@ -21,7 +21,6 @@ endif
AM_CFLAGS = @DIX_CFLAGS@ @XORG_CFLAGS@
INCLUDES = @XORG_INCS@ \
-I$(top_srcdir)/afb \
-I$(top_srcdir)/mfb \
-I$(top_srcdir)/dbe \
-I$(top_srcdir)/hw/xfree86/loader \