summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2007-12-03 14:12:58 -0500
committerAdam Jackson <ajax@redhat.com>2007-12-03 14:12:58 -0500
commit1faba797cbfe1a4804b7ea6b47e1ca9d4e4324e4 (patch)
tree03361fd875f0dc36b3389a44cfed6a3729a9b261 /os
parentf4dc521b38560c8f93b614316a3a5511941a93a9 (diff)
Death to libcwrapper.
This has been deprecated since 1.1. Since we're breaking ABI again anyway, remove it entirely.
Diffstat (limited to 'os')
-rw-r--r--os/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/os/Makefile.am b/os/Makefile.am
index 8ed12e47a..16070f5b8 100644
--- a/os/Makefile.am
+++ b/os/Makefile.am
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libos.la libcwrapper.la
+noinst_LTLIBRARIES = libos.la
AM_CFLAGS = $(DIX_CFLAGS)
@@ -41,13 +41,6 @@ if NEED_STRLCAT
libos_la_SOURCES += $(STRLCAT_SRCS)
endif
-libcwrapper_la_SOURCES = \
- $(top_srcdir)/hw/xfree86/os-support/shared/libc_wrapper.c
-libcwrapper_la_CFLAGS = \
- -DSELF_CONTAINED_WRAPPER \
- -I$(top_srcdir)/hw/xfree86/os-support \
- $(AM_CFLAGS)
-
EXTRA_DIST = $(SECURERPC_SRCS) $(INTERNALMALLOC_SRCS) \
$(XCSECURITY_SRCS) $(XDMCP_SRCS) $(STRLCAT_SRCS)