[PATCH app-xdm 00/16] Review xdm configuration - Part 5
Gaetan Nadon
memsize at videotron.ca
Mon Nov 22 07:32:44 PST 2010
This series refactors common header files in an include directory
and moves each target in its own directory.
Gaetan Nadon (7):
config: move man pages into their own directory
config: move chooser into its own directory
config: move xdmshell into its own directory
config: move common headers into the include directory
config: mv xdm in its own directory
config: move appdefault makefile to app-defaults dir.
config: AM_PROG_CC_C_O is no longer needed
.gitignore | 2 -
Makefile.am | 143 +++-------------------------------
app-defaults/Makefile.am | 1 +
chooser/.gitignore | 1 +
chooser/Makefile.am | 16 ++++
chooser.c => chooser/chooser.c | 0
configure.ac | 12 +++-
greeter/Makefile.am | 3 +-
include/Makefile.am | 6 ++
dm.h => include/dm.h | 0
dm_auth.h => include/dm_auth.h | 0
dm_error.h => include/dm_error.h | 0
dm_socket.h => include/dm_socket.h | 0
greet.h => include/greet.h | 0
man/Makefile.am | 55 +++++++++++++
xdm.man.cpp => man/xdm.man | 0
xdmshell.man.cpp => man/xdmshell.man | 0
xdm/.gitignore | 1 +
xdm/Makefile.am | 79 +++++++++++++++++++
access.c => xdm/access.c | 0
auth.c => xdm/auth.c | 0
choose.c => xdm/choose.c | 0
daemon.c => xdm/daemon.c | 0
dm.c => xdm/dm.c | 0
dpylist.c => xdm/dpylist.c | 0
error.c => xdm/error.c | 0
file.c => xdm/file.c | 0
genauth.c => xdm/genauth.c | 0
krb5auth.c => xdm/krb5auth.c | 0
mitauth.c => xdm/mitauth.c | 0
netaddr.c => xdm/netaddr.c | 0
policy.c => xdm/policy.c | 0
prngc.c => xdm/prngc.c | 0
protodpy.c => xdm/protodpy.c | 0
reset.c => xdm/reset.c | 0
resource.c => xdm/resource.c | 0
rpcauth.c => xdm/rpcauth.c | 0
server.c => xdm/server.c | 0
session.c => xdm/session.c | 0
socket.c => xdm/socket.c | 0
streams.c => xdm/streams.c | 0
util.c => xdm/util.c | 0
xdmauth.c => xdm/xdmauth.c | 0
xdmcp.c => xdm/xdmcp.c | 0
xdmshell/.gitignore | 1 +
xdmshell/Makefile.am | 23 ++++++
xdmshell.c => xdmshell/xdmshell.c | 0
47 files changed, 205 insertions(+), 138 deletions(-)
create mode 100644 app-defaults/Makefile.am
create mode 100644 chooser/.gitignore
create mode 100644 chooser/Makefile.am
rename chooser.c => chooser/chooser.c (100%)
create mode 100644 include/Makefile.am
rename dm.h => include/dm.h (100%)
rename dm_auth.h => include/dm_auth.h (100%)
rename dm_error.h => include/dm_error.h (100%)
rename dm_socket.h => include/dm_socket.h (100%)
rename greet.h => include/greet.h (100%)
create mode 100644 man/Makefile.am
rename xdm.man.cpp => man/xdm.man (100%)
rename xdmshell.man.cpp => man/xdmshell.man (100%)
create mode 100644 xdm/.gitignore
create mode 100644 xdm/Makefile.am
rename access.c => xdm/access.c (100%)
rename auth.c => xdm/auth.c (100%)
rename choose.c => xdm/choose.c (100%)
rename daemon.c => xdm/daemon.c (100%)
rename dm.c => xdm/dm.c (100%)
rename dpylist.c => xdm/dpylist.c (100%)
rename error.c => xdm/error.c (100%)
rename file.c => xdm/file.c (100%)
rename genauth.c => xdm/genauth.c (100%)
rename krb5auth.c => xdm/krb5auth.c (100%)
rename mitauth.c => xdm/mitauth.c (100%)
rename netaddr.c => xdm/netaddr.c (100%)
rename policy.c => xdm/policy.c (100%)
rename prngc.c => xdm/prngc.c (100%)
rename protodpy.c => xdm/protodpy.c (100%)
rename reset.c => xdm/reset.c (100%)
rename resource.c => xdm/resource.c (100%)
rename rpcauth.c => xdm/rpcauth.c (100%)
rename server.c => xdm/server.c (100%)
rename session.c => xdm/session.c (100%)
rename socket.c => xdm/socket.c (100%)
rename streams.c => xdm/streams.c (100%)
rename util.c => xdm/util.c (100%)
rename xdmauth.c => xdm/xdmauth.c (100%)
rename xdmcp.c => xdm/xdmcp.c (100%)
create mode 100644 xdmshell/.gitignore
create mode 100644 xdmshell/Makefile.am
rename xdmshell.c => xdmshell/xdmshell.c (100%)
More information about the xorg-devel
mailing list