diff options
-rw-r--r-- | plugins/email-custom-header/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/email-custom-header/Makefile.am | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/email-custom-header/ChangeLog b/plugins/email-custom-header/ChangeLog index 12aed1ca8d..0fbc6ac296 100644 --- a/plugins/email-custom-header/ChangeLog +++ b/plugins/email-custom-header/ChangeLog @@ -1,3 +1,8 @@ +2008-06-02 Matthew Barnes <mbarnes@redhat.com> + + * Makefile.am: + Distribute the Glade file. + 2008-06-02 Ashish Shrivastava <shashish@novell.com> ** Fixes bug #536183 diff --git a/plugins/email-custom-header/Makefile.am b/plugins/email-custom-header/Makefile.am index 856052d6e3..f7a9c84e2f 100644 --- a/plugins/email-custom-header/Makefile.am +++ b/plugins/email-custom-header/Makefile.am @@ -46,7 +46,8 @@ glade_DATA = \ EXTRA_DIST = \ org-gnome-email-custom-header.eplug.xml \ - $(schema_in_files) + $(schema_in_files) \ + $(glade_DATA) BUILT_SOURCES = \ org-gnome-email-custom-header.eplug \ |