summaryrefslogtreecommitdiff
path: root/miext/sync/Makefile.am
blob: ac13c52e2acf48b3d3db54ad38c13fdd268ee85c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
noinst_LTLIBRARIES = libsync.la

AM_CFLAGS = $(DIX_CFLAGS)

AM_CPPFLAGS = 

if XORG
sdk_HEADERS = misync.h misyncstr.h misyncshm.h
endif

XSHMFENCE_SRCS = misyncshm.c

libsync_la_SOURCES =	\
	misync.c	\
	misync.h	\
	misyncstr.h

if XSHMFENCE
libsync_la_SOURCES += $(XSHMFENCE_SRCS)
endif