summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:06:07 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:06:07 +0000
commit5d9aaf8db932d543dfcbab71b241d35e656cfd43 (patch)
tree9a95af0c6972afe7c1f12c9127f546a6fda0faf0
parentd04f712ea8d7e34e2c7bdae255c9956d68d98657 (diff)
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..e77149d
--- /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
+xtrap.pc
diff --git a/ChangeLog b/ChangeLog
index b661c06..7a3a02f 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-05-17 <ssp@aware-of-vacuity.boston.redhat.com>
* configure.ac: Remove rest of half-removed if statement
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..3b97c7b
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,6 @@
+.deps
+.libs
+libXTrap.la
+*.lo
+Makefile
+Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index 934c9ec..ccc2572 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,7 @@ libXTrap_la_SOURCES = \
XETrapInit.c \
XEWrappers.c
-libXTrap_la_CFLAGS = @DEP_CFLAGS@
+AM_CFLAGS = @DEP_CFLAGS@
libXTrap_la_LIBADD = @DEP_LIBS@