diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 06:42:31 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 06:42:31 +0000 |
commit | e6417efb575017851e0e988ad99304094c36290c (patch) | |
tree | 8ecb06ea32f6890f557865934a79fc5d1afd16db | |
parent | 3835ed8e7aac1dfafa02ba6e33273523a6ef139f (diff) |
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-rw-r--r-- | .cvsignore | 20 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/.cvsignore | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..4e7a527 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,20 @@ +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +Makefile +Makefile.in +MakeOut +missing +mkinstalldirs +stamp-h1 +xinerama.pc @@ -1,3 +1,10 @@ +2005-07-08 Keith Packard <keithp@keithp.com> + + * .cvsignore: + * src/.cvsignore: + Add .cvsignore files + Switch _la_CFLAGS for AM_CFLAGS to clean up directory + 2005-06-21 Alexander Gottwald <ago at freedesktop dot org> * configure.ac diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..3f6f09d --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +libXinerama.la +*.lo +Makefile +Makefile.in |