From f3ff2386016ced7e677817e9761a535f0f385813 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 24 Jul 2008 15:28:07 -0400 Subject: Sync is built-in and mandatory. --- Xext/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Xext') diff --git a/Xext/Makefile.am b/Xext/Makefile.am index a9412165d..60b4c4c6c 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -21,16 +21,16 @@ endif # Sources always included in libXextbuiltin.la & libXext.la BUILTIN_SRCS = \ bigreq.c \ + geext.c \ shape.c \ sleepuntil.c \ sleepuntil.h \ + sync.c \ xcmisc.c \ - xtest.c \ - geext.c + xtest.c -# Sources always included in libXextmodule.la & libXext.la -MODULE_SRCS = \ - sync.c +# Sources always included in libXextmodule.la & libXext.la. That's right, zero. +MODULE_SRCS = # Optional sources included if extension enabled by configure.ac rules -- cgit v1.2.3