15 lines
183 B
Makefile
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
|