From f835feb96233d8f06cffd19f9c795d29f3d0a4f5 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Thu, 12 May 2005 04:27:39 +0000 Subject: Fixed built_sources && cleanfiles for generated files svn path=/trunk/; revision=29327 --- plugins/backup-restore/ChangeLog | 4 ++++ plugins/backup-restore/Makefile.am | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'plugins/backup-restore') diff --git a/plugins/backup-restore/ChangeLog b/plugins/backup-restore/ChangeLog index 45d7569a61..e9d323a741 100644 --- a/plugins/backup-restore/ChangeLog +++ b/plugins/backup-restore/ChangeLog @@ -1,3 +1,7 @@ +2005-05-11 Not Zed + + * Makefile.am: setup built_sources & cleanfiles. + 2005-05-06 Not Zed * Makefile.am (plugin_DATA): diff --git a/plugins/backup-restore/Makefile.am b/plugins/backup-restore/Makefile.am index 1021691d3c..0125af5c0f 100644 --- a/plugins/backup-restore/Makefile.am +++ b/plugins/backup-restore/Makefile.am @@ -23,4 +23,7 @@ backup_LDADD = $(SHELL_LIBS) EXTRA_DIST = \ org-gnome-backup-restore.eplug.xml \ - org-gnome-backup-restore.xml \ No newline at end of file + org-gnome-backup-restore.xml + +BUILT_SOURCES = org-gnome-backup-restore.eplug +CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3