hc
2024-08-14 93e8ba98c407598d13d8ade71bc7802acfb19c58
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
noinst_LTLIBRARIES = libsync.la
 
AM_CFLAGS = $(DIX_CFLAGS)
 
AM_CPPFLAGS = 
 
if XORG
sdk_HEADERS = misync.h misyncstr.h misyncshm.h misyncfd.h
endif
 
XSHMFENCE_SRCS = misyncshm.c
 
libsync_la_SOURCES =    \
   misync.c    \
   misync.h    \
   misyncfd.c    \
   misyncstr.h
 
if XSHMFENCE
libsync_la_SOURCES += $(XSHMFENCE_SRCS)
endif