xserver-multidpi/miext/sync/Makefile.am
James Jones af0f9f9133 Move some sync code to miext
As a precursor to the fence sync object video driver
and extension API, move some code from Xext to
miext/sync.  Most of this is just code to set up the
build system to include the new directory.  No
functional code is added in this change.

Signed-off-by: James Jones <jajones@nvidia.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
2010-12-06 19:12:46 -08:00

15 lines
183 B
Makefile

noinst_LTLIBRARIES = libsync.la
AM_CFLAGS = $(DIX_CFLAGS)
INCLUDES =
if XORG
sdk_HEADERS = misync.h misyncstr.h
endif
libsync_la_SOURCES = \
misync.c \
misync.h \
misyncstr.h