diff options
author | Adam Jackson <ajax@redhat.com> | 2007-11-15 14:27:03 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2007-11-15 14:27:03 -0500 |
commit | 01cfba75229f4b9bf1e4fe80814931acdacde14c (patch) | |
tree | 8dbee5bdb8e95874e3b97cf471c5b09afdcff09a /os/Makefile.am | |
parent | c67b9c5fc33002b13a2360929a37f24169710f64 (diff) |
Nuke the debugging allocator.
This has never been hooked up in the modular build, and can not possibly
have built since before 6.7. Clearly no one's using it.
Diffstat (limited to 'os/Makefile.am')
-rw-r--r-- | os/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/Makefile.am b/os/Makefile.am index d2a989782..8ed12e47a 100644 --- a/os/Makefile.am +++ b/os/Makefile.am @@ -2,9 +2,6 @@ noinst_LTLIBRARIES = libos.la libcwrapper.la AM_CFLAGS = $(DIX_CFLAGS) -# FIXME: Add support for these in configure.ac -INTERNALMALLOC_SRCS = xalloc.c - SECURERPC_SRCS = rpcauth.c XCSECURITY_SRCS = secauth.c XDMCP_SRCS = xdmcp.c |