diff options
Diffstat (limited to 'miext/sync/Makefile.am')
-rw-r--r-- | miext/sync/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/miext/sync/Makefile.am b/miext/sync/Makefile.am new file mode 100644 index 0000000..36b2816 --- /dev/null +++ b/miext/sync/Makefile.am @@ -0,0 +1,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 |