summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:13:36 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:13:36 +0000
commit9ffefcd641352900f9bf7cb06cbe04e91714b490 (patch)
tree13db7fd67eac37b7555addffecb5e1468232dab8
parentb5a724c201e0881fcb22738560597e333c39ba12 (diff)
downloadxorg-lib-libXcursor-9ffefcd641352900f9bf7cb06cbe04e91714b490.tar.gz
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-rw-r--r--.cvsignore20
-rw-r--r--ChangeLog9
-rw-r--r--man/.cvsignore2
-rw-r--r--src/.cvsignore6
-rw-r--r--src/Makefile.am4
5 files changed, 39 insertions, 2 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..aa0d342
--- /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
+xcursor.pc
diff --git a/ChangeLog b/ChangeLog
index 8bc217e..26fea29 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-07-07 Keith Packard <keithp@keithp.com>
* configure.ac:
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..5fa7496
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,6 @@
+.deps
+.libs
+libXcursor.la
+*.lo
+Makefile
+Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index 1bb8857..d456f75 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,8 +2,8 @@ lib_LTLIBRARIES = libXcursor.la
libXcursor_la_SOURCES = xcursorint.h cursor.c display.c file.c library.c xlib.c
-libXcursor_la_LIBADD = $(XRENDER_LIBS) $(XFIXES_LIBS) $(X_LIBS)
-AM__CFLAGS = $(XRENDER_CFLAGS) $(XFIXES_CFLAGS) $(X_CFLAGS)
+libXcursor_la_LIBADD = $(DEP_LIBS)
+AM_CFLAGS = $(DEP_CFLAGS)
INCLUDES = -I$(top_srcdir)/include/X11/Xcursor