diff options
Diffstat (limited to 'miext/sync/Makefile.am')
-rw-r--r-- | miext/sync/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/miext/sync/Makefile.am b/miext/sync/Makefile.am index e25ceacb0..ac13c52e2 100644 --- a/miext/sync/Makefile.am +++ b/miext/sync/Makefile.am @@ -8,8 +8,13 @@ if XORG sdk_HEADERS = misync.h misyncstr.h misyncshm.h endif +XSHMFENCE_SRCS = misyncshm.c + libsync_la_SOURCES = \ misync.c \ misync.h \ - misyncshm.c \ misyncstr.h + +if XSHMFENCE +libsync_la_SOURCES += $(XSHMFENCE_SRCS) +endif |