diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-10 15:53:48 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-10 16:28:10 -0400 |
commit | 94ed0ba1b5043ad9fc33b42756af447d5ab15bbd (patch) | |
tree | e6e1d49d6fab397e4ef4d9c11650c04ce8e6360e /os/Makefile.am | |
parent | f650c1aeb06e957626bb0a74eddbb133f59dbecb (diff) |
Move xorg_backtrace() up to the OS level so we can call it from DIX.
Diffstat (limited to 'os/Makefile.am')
-rw-r--r-- | os/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/Makefile.am b/os/Makefile.am index 16ecc15ae..f89da6ba2 100644 --- a/os/Makefile.am +++ b/os/Makefile.am @@ -11,6 +11,7 @@ libos_la_SOURCES = \ WaitFor.c \ access.c \ auth.c \ + backtrace.c \ connection.c \ io.c \ mitauth.c \ |