diff options
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 |