xenocara/xserver/miext/sync/Makefile.am

22 lines
313 B
Makefile
Raw Normal View History

2011-11-05 07:32:40 -06:00
noinst_LTLIBRARIES = libsync.la
AM_CFLAGS = $(DIX_CFLAGS)
AM_CPPFLAGS =
2011-11-05 07:32:40 -06:00
if XORG
sdk_HEADERS = misync.h misyncstr.h misyncshm.h misyncfd.h
2011-11-05 07:32:40 -06:00
endif
XSHMFENCE_SRCS = misyncshm.c
2011-11-05 07:32:40 -06:00
libsync_la_SOURCES = \
misync.c \
misync.h \
misyncfd.c \
2011-11-05 07:32:40 -06:00
misyncstr.h
if XSHMFENCE
libsync_la_SOURCES += $(XSHMFENCE_SRCS)
endif