summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:47:16 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:47:16 +0000
commit3827f7cad8a4e35746978a642b311bbd665f3c40 (patch)
tree43be1fc83d983b43db1da7804d2af6e33dffa2b6
parent56e7d5d40b544ff42dee0830f2fbcb3cbb7352fe (diff)
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-rw-r--r--.cvsignore20
-rw-r--r--ChangeLog9
-rw-r--r--include/X11/.cvsignore1
-rw-r--r--src/.cvsignore6
-rw-r--r--src/Makefile.am2
5 files changed, 37 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..e02f1ae
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,20 @@
+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
+missing
+mkinstalldirs
+stamp-h1
+xprintutil.pc
diff --git a/ChangeLog b/ChangeLog
index e69de29..8a1ccaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,9 @@
+2005-07-08 Keith Packard <keithp@keithp.com>
+
+ * .cvsignore:
+ * include/X11/.cvsignore:
+ * src/.cvsignore:
+ * src/Makefile.am:
+ Add .cvsignore files
+ Switch _la_CFLAGS for AM_CFLAGS to clean up directory
+
diff --git a/include/X11/.cvsignore b/include/X11/.cvsignore
new file mode 100644
index 0000000..8446729
--- /dev/null
+++ b/include/X11/.cvsignore
@@ -0,0 +1 @@
+XprintUtil
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..990c418
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,6 @@
+.deps
+.libs
+libXprintUtil.la
+*.lo
+Makefile
+Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index 9c423aa..0731041 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = -I$(top_srcdir)/include/X11/XprintUtil
libXprintUtil_la_LIBADD = @DEP_LIBS@
-libXprintUtil_la_CFLAGS = @DEP_CFLAGS@
+AM_CFLAGS = @DEP_CFLAGS@
libXprintUtil_la_LDFLAGS = -version-info 7:0:0 -no-undefined