diff options
author | Adam Jackson <ajax@redhat.com> | 2008-04-11 09:47:51 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-04-11 09:47:51 -0400 |
commit | 0dab6fa3582b70ccd0f01459902415c28dbc81ff (patch) | |
tree | 03b5e217d7132d5878c42a60ca7ee7683af1b414 /Makefile.am | |
parent | 059b4876e6350aa1110648788cdfbb3f45b4d66d (diff) |
So long, and thanks for all the cfb.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 71ba2c429..d2e10acaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,11 +9,6 @@ if XTRAP XTRAP_DIR=XTrap endif -if CFB -CFB_DIR=cfb -CFB32_DIR=cfb32 -endif - if AFB AFB_DIR=afb endif @@ -50,8 +45,6 @@ SUBDIRS = \ $(DBE_DIR) \ $(MFB_DIR) \ $(AFB_DIR) \ - $(CFB_DIR) \ - $(CFB32_DIR) \ $(RECORD_DIR) \ xfixes \ damageext \ @@ -96,8 +89,6 @@ DIST_SUBDIRS = \ dbe \ mfb \ afb \ - cfb \ - cfb32 \ record \ xfixes \ damageext \ |