diff options
Diffstat (limited to 'xorg-server/os/makefile')
-rw-r--r-- | xorg-server/os/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg-server/os/makefile b/xorg-server/os/makefile index cf9eaf53f..e24d39a2b 100644 --- a/xorg-server/os/makefile +++ b/xorg-server/os/makefile @@ -1,3 +1,7 @@ +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
|