diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2006-04-23 Donnie Berkholz <spyderous@gentoo.org> + * Makefile.am: + Remove another reference to cfb16. + +2006-04-23 Donnie Berkholz <spyderous@gentoo.org> + * hw/xfree86/dummylib/Makefile.am: strlcpy() doesn't exist on Linux, so use the implementation in os/. diff --git a/Makefile.am b/Makefile.am index f6e012ea2..489d0868f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,6 @@ SUBDIRS = \ $(MFB_DIR) \ $(AFB_DIR) \ $(CFB_DIR) \ - $(CFB16_DIR) \ $(CFB32_DIR) \ record \ xfixes \ |