blob: 36b2816d7230fc33b2fc7f1561dfdccfc9aacfcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|