diff options
author | Adam Jackson <ajax@redhat.com> | 2007-12-03 14:12:58 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2007-12-03 14:12:58 -0500 |
commit | 1faba797cbfe1a4804b7ea6b47e1ca9d4e4324e4 (patch) | |
tree | 03361fd875f0dc36b3389a44cfed6a3729a9b261 /hw/xfree86/os-support/linux | |
parent | f4dc521b38560c8f93b614316a3a5511941a93a9 (diff) |
Death to libcwrapper.
This has been deprecated since 1.1. Since we're breaking ABI again anyway,
remove it entirely.
Diffstat (limited to 'hw/xfree86/os-support/linux')
-rw-r--r-- | hw/xfree86/os-support/linux/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/linux/Makefile.am b/hw/xfree86/os-support/linux/Makefile.am index 5bb252be3..5a52ffdd4 100644 --- a/hw/xfree86/os-support/linux/Makefile.am +++ b/hw/xfree86/os-support/linux/Makefile.am @@ -34,7 +34,6 @@ liblinux_la_SOURCES = lnx_init.c lnx_video.c lnx_mouse.c \ $(srcdir)/../shared/vidmem.c \ $(srcdir)/../shared/sigio.c \ $(srcdir)/../shared/stdResource.c \ - $(srcdir)/../shared/libc_wrapper.c \ $(ACPI_SRCS) \ $(APM_SRCS) \ $(PLATFORM_PCI_SUPPORT) |