diff --git a/plugins/save-attachments/ChangeLog b/plugins/save-attachments/ChangeLog index 3258b7b99d..df63f244e5 100644 --- a/plugins/save-attachments/ChangeLog +++ b/plugins/save-attachments/ChangeLog @@ -1,3 +1,7 @@ +2004-11-01 JP Rosevear + + * Makefile.am: dist xml menu file + 2004-11-01 JP Rosevear * Makefile.am: dist .eplug.in file diff --git a/plugins/save-attachments/Makefile.am b/plugins/save-attachments/Makefile.am index df67f4fc50..ec09b11e2c 100644 --- a/plugins/save-attachments/Makefile.am +++ b/plugins/save-attachments/Makefile.am @@ -10,4 +10,6 @@ plugin_LTLIBRARIES = liborg-gnome-save-attachments.la liborg_gnome_save_attachments_la_SOURCES = save-attachments.c liborg_gnome_save_attachments_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-save-attachments.eplug.in \ No newline at end of file +EXTRA_DIST = \ + org-gnome-save-attachments.eplug.in \ + org-gnome-save-attachments.xml \ No newline at end of file