diff options
author | Jesse Adkins <jesserayadkins@gmail.com> | 2010-11-10 21:37:24 -0800 |
---|---|---|
committer | Jesse Adkins <jesserayadkins@gmail.com> | 2010-11-10 21:37:24 -0800 |
commit | 84e8de1271bb11b5b4b9747ae4647f47333a8ab7 (patch) | |
tree | d493dd324a042c2f119b0a0b684338640ce92a27 /fb/Makefile.am | |
parent | 23e329b5641ef044c34ac712c9193171eaf47198 (diff) |
fb: Remove fbcmap.c (bug 5436)
This is obsolete since a240c039c47c0be22ea5e100692307b26d938747.
Updated fb.h to mention that the functions come from fbcmap_mi.c now.
Dropped fbcmap.c from the makefile.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'fb/Makefile.am')
-rw-r--r-- | fb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/Makefile.am b/fb/Makefile.am index 2f3073da8..f9f34c44c 100644 --- a/fb/Makefile.am +++ b/fb/Makefile.am @@ -55,4 +55,4 @@ libfb_la_SOURCES = \ libwfb_la_SOURCES = $(libfb_la_SOURCES) -EXTRA_DIST = fbcmap.c fbcmap_mi.c +EXTRA_DIST = fbcmap_mi.c |