diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-17 13:12:56 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-17 13:21:02 -0700 |
commit | dbd4c031565d269fef90af23386ff045ec78688c (patch) | |
tree | cb33694f47f1e6c95c06d5dd1c64ab6a7cfe0461 /hw/xquartz/Makefile.am | |
parent | fa0645b452cbebd1800a63f1c95cb77fef4ab211 (diff) |
XQuartz: Added framework for asserting which thread we're in.
(cherry picked from commit 00beb982510e7a82d77e1f1d43e77c84d7bf74c2)
Diffstat (limited to 'hw/xquartz/Makefile.am')
-rw-r--r-- | hw/xquartz/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index 6854557c1..1c97ac8f2 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -34,7 +34,8 @@ libXquartz_la_SOURCES = \ quartzForeground.c \ quartzKeyboard.c \ quartzPasteboard.c \ - quartzStartup.c + quartzStartup.c \ + threadSafety.c EXTRA_DIST = \ X11Application.h \ @@ -50,4 +51,5 @@ EXTRA_DIST = \ quartzCommon.h \ quartzForeground.h \ quartzKeyboard.h \ - quartzPasteboard.h + quartzPasteboard.h \ + threadSafety.h |