Imported Upstream version 1.15.1
[deb_xorg-server.git] / miext / sync / Makefile.am
1 noinst_LTLIBRARIES = libsync.la
2
3 AM_CFLAGS = $(DIX_CFLAGS)
4
5 AM_CPPFLAGS =
6
7 if XORG
8 sdk_HEADERS = misync.h misyncstr.h misyncshm.h misyncfd.h
9 endif
10
11 XSHMFENCE_SRCS = misyncshm.c
12
13 libsync_la_SOURCES = \
14 misync.c \
15 misync.h \
16 misyncfd.c \
17 misyncstr.h
18
19 if XSHMFENCE
20 libsync_la_SOURCES += $(XSHMFENCE_SRCS)
21 endif