diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-15 00:43:18 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-15 00:43:18 +0000 |
commit | 245466d4ef8ea4012242a3fa21a217e767f4eac4 (patch) | |
tree | a6423ce83c5cf20e02c949578350532ea7d34a9c /.cvsignore | |
parent | 24d5661d2c703582e44ce140d0eb7251433e1ad0 (diff) |
Add the normal trappings of the Xorg modular build system.
Replace "Xv.h" with <X11/extensions/Xv.h> and add #include "config.h" for
modular build Strip ^M out of ast_accel.c
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..fb1befd --- /dev/null +++ b/.cvsignore @@ -0,0 +1,19 @@ +Makefile +Makefile.in +*.la +*.lo +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 |