diff --git a/capplets/about-me/ChangeLog b/capplets/about-me/ChangeLog index 4b87b8860..c85513df5 100644 --- a/capplets/about-me/ChangeLog +++ b/capplets/about-me/ChangeLog @@ -1,3 +1,7 @@ +2005-07-05 Sebastien Bacher + + * Makefile.am: clean the desktop file. + 2005-07-05 Sebastien Bacher * Makefile.am: fix the list of source files. diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am index 67b5b1cd7..71ddf0d30 100644 --- a/capplets/about-me/Makefile.am +++ b/capplets/about-me/Makefile.am @@ -41,5 +41,5 @@ Gladedir = $(GNOMECC_GLADE_DIR) Glade_DATA = gnome-about-me.glade INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) $(LIBEBOOK_CFLAGS) -CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) +CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(desktop_DATA) EXTRA_DIST = e-util-marshal.list $(Glade_DATA) $(Desktop_in_files) $(pixmap_DATA)