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