1noinst_LTLIBRARIES = libsync.la 2 3AM_CFLAGS = $(DIX_CFLAGS) 4 5INCLUDES = 6 7if XORG 8sdk_HEADERS = misync.h misyncstr.h 9endif 10 11libsync_la_SOURCES = \ 12 misync.c \ 13 misync.h \ 14 misyncstr.h 15
1noinst_LTLIBRARIES = libsync.la 2 3AM_CFLAGS = $(DIX_CFLAGS) 4 5INCLUDES = 6 7if XORG 8sdk_HEADERS = misync.h misyncstr.h 9endif 10 11libsync_la_SOURCES = \ 12 misync.c \ 13 misync.h \ 14 misyncstr.h 15