summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:50:41 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:50:41 +0000
commit3568421ddbec548cff7b49eb339d5bafaab2cbd3 (patch)
tree93e8bcf3ae16a027d9593b5f3d203910f2c00fa3
parent1f8c48e0574892a0b3fe359fb65523d7d1dcc236 (diff)
downloadxorg-lib-libXtst-3568421ddbec548cff7b49eb339d5bafaab2cbd3.tar.gz
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-rw-r--r--.cvsignore21
-rw-r--r--ChangeLog8
-rw-r--r--src/.cvsignore6
-rw-r--r--src/Makefile.am2
4 files changed, 36 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..fd16db1
--- /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
+xtst.pc
diff --git a/ChangeLog b/ChangeLog
index f21b648..2bc6751 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-07-08 Keith Packard <keithp@keithp.com>
+
+ * .cvsignore:
+ * src/.cvsignore:
+ * src/Makefile.am:
+ 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..4fcb96e
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,6 @@
+.deps
+.libs
+libXtst.la
+*.lo
+Makefile
+Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index ffc0ed3..ab7b9d1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ libXtst_la_SOURCES = \
XTest.c
libXtst_la_LIBADD = @DEP_LIBS@
-libXtst_la_CFLAGS = @DEP_CFLAGS@
+AM_CFLAGS = @DEP_CFLAGS@
libXtst_la_LDFLAGS = -version-info 7:0:0 -no-undefined