summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-05-21 17:58:15 -0400
committerKristian Høgsberg <krh@redhat.com>2008-05-21 17:58:15 -0400
commit4230b92744d54528f48ddc3b096a265b488053c9 (patch)
treea2159c7e036ddabbeb362faf67d35a1e25089798
parent20ea99c655140e101f2d20cfab78fb22765fec62 (diff)
Clean up remaining afb references.
-rw-r--r--.gitignore8
-rw-r--r--Makefile.am2
-rw-r--r--hw/xfree86/dixmods/extmod/Makefile.am1
3 files changed, 0 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 13d5de4fd..d2699dbf1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/Makefile.am b/Makefile.am
index 7b6b02a1f..4ed30dc89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
diff --git a/hw/xfree86/dixmods/extmod/Makefile.am b/hw/xfree86/dixmods/extmod/Makefile.am
index 77af62da4..fb0849747 100644
--- a/hw/xfree86/dixmods/extmod/Makefile.am
+++ b/hw/xfree86/dixmods/extmod/Makefile.am
@@ -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 \