diff options
Diffstat (limited to 'plugins/save-attachments/Makefile.am')
-rw-r--r-- | plugins/save-attachments/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/save-attachments/Makefile.am b/plugins/save-attachments/Makefile.am index 35621ffc8f..e3ebc9f9e5 100644 --- a/plugins/save-attachments/Makefile.am +++ b/plugins/save-attachments/Makefile.am @@ -12,4 +12,7 @@ liborg_gnome_save_attachments_la_LDFLAGS = -module -avoid-version EXTRA_DIST = \ org-gnome-save-attachments.eplug.xml \ - org-gnome-save-attachments.xml
\ No newline at end of file + org-gnome-save-attachments.xml + +BUILT_SOURCES = org-gnome-save-attachments.eplug +CLEANFILES = $(BUILT_SOURCES) |