mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-17 00:50:32 +01:00
15 lines
183 B
Text
15 lines
183 B
Text
|
|
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
|