diff options
Diffstat (limited to 'plugins/backup-restore')
-rw-r--r-- | plugins/backup-restore/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/backup-restore/Makefile.am | 5 |
2 files changed, 8 insertions, 1 deletions
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 <NotZed@Ximian.com> + + * Makefile.am: setup built_sources & cleanfiles. + 2005-05-06 Not Zed <NotZed@Ximian.com> * 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) |