diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-01-25 23:05:26 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-01-25 23:05:26 +0000 |
commit | 14fdd81614cdd6ef7e01976a43da8b6a3bf8386e (patch) | |
tree | 10fea3a5cf9277ac7910127d17ac8fb5df4969ee /Makefile.am | |
parent | 2e28f4104ddf94a8f9a70fe6b2a2a6859ffedc8f (diff) |
Remove xf8_32wid, it's dead code with no maintainer interest. Also remove
cfb24, since xf8_32wid was the only user.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 0688484e4..b8bb5d538 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,10 +11,6 @@ endif if CFB CFB_DIR=cfb CFB16_DIR=cfb16 -# cfb24 is only used by xf8_32wid, which is only used by sunffb on SPARC -if BUILD_XF8_32WID -CFB24_DIR=cfb24 -endif CFB32_DIR=cfb32 endif @@ -57,7 +53,6 @@ SUBDIRS = \ $(AFB_DIR) \ $(CFB_DIR) \ $(CFB16_DIR) \ - $(CFB24_DIR) \ $(CFB32_DIR) \ record \ xfixes \ |