From 154f0f56de18d16226e4e12e53dcd5ac03e0689c Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 4 Aug 2008 10:20:16 +0000 Subject: [PATCH] add the generated PNGs to CLEANFILES. 2008-08-04 Michael Natterer * gdk/tests/Makefile.am: add the generated PNGs to CLEANFILES. svn path=/trunk/; revision=20961 --- ChangeLog | 4 ++++ gdk/tests/Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 003c366d0f..c4d5b56dc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-04 Michael Natterer + + * gdk/tests/Makefile.am: add the generated PNGs to CLEANFILES. + 2008-08-04 Tor Lillqvist * configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on diff --git a/gdk/tests/Makefile.am b/gdk/tests/Makefile.am index 1e4189ef24..2f627aadcb 100644 --- a/gdk/tests/Makefile.am +++ b/gdk/tests/Makefile.am @@ -18,3 +18,7 @@ check_gdk_cairo_LDADD=\ $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ $(top_builddir)/gdk/libgdk-$(gdktarget)-$(GTK_API_VERSION).la \ $(NULL) + +CLEANFILES = \ + cairosurface.png \ + gdksurface.png