Add autogenerated source files and other various non-CVS material to

.cvsignore files
Use XORG_CFLAGS. Ensure that all exa files are in SOURCES
remove _XOPEN_SOURCE as it's always in xtrans.pc these days and gcc whines
libdamage.la needs libcw.la when COMPOSITE is defined, but that
    libdamage.la must be after libcomposite.la, so add libcw.la to
    DAMAGE_LIB instead of EXTENSION_LIBS. Regularize library link order
    across all X servers
This commit is contained in:
Keith Packard
2005-08-08 00:38:41 +00:00
parent 7d2b08aa47
commit 4dfc3357a7
5 changed files with 71 additions and 11 deletions

View File

@@ -371,9 +371,6 @@
/* POSIX-compliant source */
#undef _POSIX_SOURCE
/* X/Open-compliant source */
#undef _XOPEN_SOURCE
/* Define to empty if `const' does not conform to ANSI C. */
#undef const