diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:28:07 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:46:08 -0400 |
commit | f3ff2386016ced7e677817e9761a535f0f385813 (patch) | |
tree | be66e1772735d9ac479183dbabeb74f84788e936 /Xext/Makefile.am | |
parent | 3fcf4d3eb89fecaa2be7b5ac4933b693c9c3d97e (diff) |
Sync is built-in and mandatory.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
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 |