summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:18:56 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:18:56 +0000
commit366322d9d9354ed80fde808322207ee57599f7cb (patch)
tree85d6b3c0e24c5f63da5e9dd3c216fa1e29bb7d20
parentc3c7a139e8a4c01aa55a19ecc9a1acf7dad5bbe7 (diff)
downloadxorg-lib-libXfixes-366322d9d9354ed80fde808322207ee57599f7cb.tar.gz
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-rw-r--r--.cvsignore21
-rw-r--r--ChangeLog9
-rw-r--r--man/.cvsignore2
-rw-r--r--src/.cvsignore6
-rw-r--r--src/Makefile.am2
5 files changed, 39 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..6770a36
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,21 @@
+aclocal.m4
+autom4te.cache
+compile
+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
+xfixes.pc
diff --git a/ChangeLog b/ChangeLog
index b661c06..0ab7684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-08 Keith Packard <keithp@keithp.com>
+
+ * .cvsignore:
+ * man/.cvsignore:
+ * src/.cvsignore:
+ * src/Makefile.am:
+ Add .cvsignore files
+ Switch _la_CFLAGS for AM_CFLAGS to clean up directory
+
2005-05-17 <ssp@aware-of-vacuity.boston.redhat.com>
* configure.ac: Remove rest of half-removed if statement
diff --git a/man/.cvsignore b/man/.cvsignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/man/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..2f3345d
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,6 @@
+.deps
+.libs
+libXfixes.la
+*.lo
+Makefile
+Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index 42b4b21..4d6451c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,7 +9,7 @@ libXfixes_la_SOURCES = \
Xfixesint.h
libXfixes_la_LIBADD = @X_LIBS@
-libXfixes_la_CFLAGS = @X_CFLAGS@
+AM_CFLAGS = @X_CFLAGS@
INCLUDES = -I$(top_srcdir)/include/X11/extensions