summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 21:21:16 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 21:21:16 +0000
commit39d53bd3eb849d727a82196d7b5b9803430e4b01 (patch)
tree4c03b50e8b375ab02afdfe919ca920f6a388d521
parentff35ee85024a9a987a3fb9b4b9b90d275c3d42d7 (diff)
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-rw-r--r--.cvsignore21
-rw-r--r--ChangeLog7
-rw-r--r--src/.cvsignore6
-rw-r--r--src/Makefile.am2
4 files changed, 35 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..70280ae
--- /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
+xkbui.pc
diff --git a/ChangeLog b/ChangeLog
index e69de29..8fb35de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,7 @@
+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
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..43afd37
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,6 @@
+.deps
+.libs
+libxkbui.la
+*.lo
+Makefile
+Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index bd04642..093fc2c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ libxkbui_la_SOURCES = \
INCLUDES = -I$(top_srcdir)/include/X11/extensions
-libxkbui_la_CFLAGS = @DEP_CFLAGS@
+AM_CFLAGS = @DEP_CFLAGS@
libxkbui_la_LIBADD = @DEP_LIBS@