diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-06-02 20:33:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-02 20:33:08 +0800 |
commit | 7bef9f5b1b742e33d8c7bd6e50a8c1023aea338e (patch) | |
tree | ab6a27a153d235166c1325bcf4cb07fe6e629f67 /plugins | |
parent | edc197b0c70520b5dd30d1b784c131151348436f (diff) | |
download | gsoc2013-evolution-7bef9f5b1b742e33d8c7bd6e50a8c1023aea338e.tar.gz gsoc2013-evolution-7bef9f5b1b742e33d8c7bd6e50a8c1023aea338e.tar.zst gsoc2013-evolution-7bef9f5b1b742e33d8c7bd6e50a8c1023aea338e.zip |
Distribute the Glade file.
2008-06-02 Matthew Barnes <mbarnes@redhat.com>
* plugins/email-custom-header/Makefile.am:
Distribute the Glade file.
svn path=/trunk/; revision=35578
Diffstat (limited to 'plugins')
-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 \ |