diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-12 12:27:39 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-12 12:27:39 +0800 |
commit | f835feb96233d8f06cffd19f9c795d29f3d0a4f5 (patch) | |
tree | d728078b0df42c27bb145e3db27c033282367f5d /plugins/backup-restore | |
parent | e314e31f07f50428cb8b31ac3e582fc90335b86c (diff) | |
download | gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.tar.gz gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.tar.zst gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.zip |
Fixed built_sources && cleanfiles for generated files
svn path=/trunk/; revision=29327
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) |