blob: e24d39a2b2cb24dbdd9daf562b22ca719fe0121c (
plain)
1
2
3
4
5
6
7
8
|
ifeq ($(DEBUG),1)
DEFINES += XSERVER_DTRACE
endif
CSRCS=access.c auth.c backtrace.c connection.c io.c log.c mitauth.c os.c oscolor.c osinit.c rpcauth.c strlcat.c strlcpy.c utils.c WaitFor.c xdmauth.c xdmcp.c xprintf.c xstrans.c
LIBRARY=libos
|