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