diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-06-04 18:07:00 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-06-04 18:07:00 -0400 |
commit | dfbe32b5b828cc4e3da36a0e2e6ad641164eaa5e (patch) | |
tree | 1b08018adca275fe5ee38eb12366ac8d256f191a /os/Makefile.am | |
parent | 75dece08fb72803d5116e6776e9f1534ff20e37b (diff) |
Remove the old Kerberos 5 authentication code.
Before you complain, this code hasn't seen material change since at least
X11R6. It certainly does not build with any modern version of Kerberos.
Anybody wanting krb5 auth to their X server should probably be using
GSSAPI instead of internal krb5 API anyway.
Diffstat (limited to 'os/Makefile.am')
-rw-r--r-- | os/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/Makefile.am b/os/Makefile.am index d8d1405ce..c5e7b0397 100644 --- a/os/Makefile.am +++ b/os/Makefile.am @@ -3,7 +3,6 @@ noinst_LTLIBRARIES = libos.la libcwrapper.la AM_CFLAGS = $(DIX_CFLAGS) # FIXME: Add support for these in configure.ac -K5AUTH_SRCS = k5auth.c SECURERPC_SRCS = rpcauth.c INTERNALMALLOC_SRCS = xalloc.c @@ -48,7 +47,7 @@ libcwrapper_la_CFLAGS = \ -I$(top_srcdir)/hw/xfree86/os-support \ $(AM_CFLAGS) -EXTRA_DIST = $(K5AUTH_SRCS) $(SECURERPC_SRCS) $(INTERNALMALLOC_SRCS) \ +EXTRA_DIST = $(SECURERPC_SRCS) $(INTERNALMALLOC_SRCS) \ $(XCSECURITY_SRCS) $(XDMCP_SRCS) $(STRLCAT_SRCS) if XSERVER_DTRACE |