diff options
author | JP Rosevear <jpr@novell.com> | 2004-11-02 03:32:04 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-11-02 03:32:04 +0800 |
commit | 588322d706050ca1403fee983b7787f333594fac (patch) | |
tree | 4c022bc7fb09f86738966d5f4f53652d06f2571f | |
parent | 609e3620b733b5a4341d934e4825cab5d5d535bc (diff) | |
download | gsoc2013-evolution-588322d706050ca1403fee983b7787f333594fac.tar.gz gsoc2013-evolution-588322d706050ca1403fee983b7787f333594fac.tar.zst gsoc2013-evolution-588322d706050ca1403fee983b7787f333594fac.zip |
dist xml menu file
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist xml menu file
svn path=/trunk/; revision=27783
-rw-r--r-- | plugins/save-attachments/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/save-attachments/Makefile.am | 4 |
2 files changed, 7 insertions, 1 deletions
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,5 +1,9 @@ 2004-11-01 JP Rosevear <jpr@novell.com> + * Makefile.am: dist xml menu file + +2004-11-01 JP Rosevear <jpr@novell.com> + * Makefile.am: dist .eplug.in file 2004-10-20 Not Zed <NotZed@Ximian.com> 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 |