diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-24 09:07:42 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:46:08 -0400 |
commit | f65c50c4e902c7b5619fb7bbee8462434d809ec7 (patch) | |
tree | 1e4741b6a248760d00968a81fb0a1b2d98a66788 /Xext | |
parent | d6228cb22aa89b90834d80d98b91862c1fc01b54 (diff) |
Bigreqs are built-in and mandatory.
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 3ae6013c0..58e6c6db3 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -20,6 +20,7 @@ endif # Sources always included in libXextbuiltin.la & libXext.la BUILTIN_SRCS = \ + bigreq.c \ shape.c \ sleepuntil.c \ sleepuntil.h \ @@ -28,7 +29,6 @@ BUILTIN_SRCS = \ # Sources always included in libXextmodule.la & libXext.la MODULE_SRCS = \ - bigreq.c \ sync.c \ xcmisc.c |