From b56facdddd0b07195082ca94f6745b890151ad7b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 9 Jul 2005 21:05:22 +0000 Subject: Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory --- .cvsignore | 18 ++++++++++++++++++ ChangeLog | 9 +++++++++ man/.cvsignore | 2 ++ src/.cvsignore | 9 +++++++++ src/Makefile.am | 2 +- 5 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 .cvsignore create mode 100644 ChangeLog create mode 100644 man/.cvsignore create mode 100644 src/.cvsignore diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..7250f89 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,18 @@ +aclocal.m4 +autom4te.cache +compile +config.guess +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +Makefile +Makefile.in +MakeOut +missing +mkinstalldirs +xxf86dga.pc diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..96df0af --- /dev/null +++ b/ChangeLog @@ -0,0 +1,9 @@ +2005-07-08 Keith Packard + + * .cvsignore: + * man/.cvsignore: + * src/.cvsignore: + * src/Makefile.am: + Add .cvsignore files + Switch _la_CFLAGS for AM_CFLAGS to clean up directory + 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..3bd1d10 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,9 @@ +config.h +config.h.in +.deps +.libs +libXxf86dga.la +*.lo +Makefile +Makefile.in +stamp-h1 diff --git a/src/Makefile.am b/src/Makefile.am index 5d4b887..0f86b0c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,6 @@ lib_LTLIBRARIES = libXxf86dga.la libXxf86dga_la_SOURCES = XF86DGA.c XF86DGA2.c -libXxf86dga_la_CFLAGS = $(XXF86DGA_CFLAGS) +AM_CFLAGS = $(XXF86DGA_CFLAGS) libXxf86dga_la_LIBADD = $(XXF86DGA_LIBS) libXxf86dga_la_LDFLAGS = -version-number 1:0:0 -- cgit v1.2.3