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