diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-04-24 05:28:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-04-24 05:28:32 +0800 |
commit | eb2ff6d862979ad336a153fdb7dff54254d0d192 (patch) | |
tree | 1c7e7b46ff640e8841b40343722b9376c32b4b58 | |
parent | 6a7b3e253f34ddeb97c775d32bf2c230471b4e85 (diff) | |
download | gsoc2013-evolution-eb2ff6d862979ad336a153fdb7dff54254d0d192.tar.gz gsoc2013-evolution-eb2ff6d862979ad336a153fdb7dff54254d0d192.tar.zst gsoc2013-evolution-eb2ff6d862979ad336a153fdb7dff54254d0d192.zip |
Distribute bogo-junk-plugin.schemas.in.in. (#432616)
2007-04-23 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am: Distribute bogo-junk-plugin.schemas.in.in. (#432616)
svn path=/trunk/; revision=33452
-rw-r--r-- | plugins/bogo-junk-plugin/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/bogo-junk-plugin/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/plugins/bogo-junk-plugin/ChangeLog b/plugins/bogo-junk-plugin/ChangeLog index e8c73a1e7e..c41e9d396f 100644 --- a/plugins/bogo-junk-plugin/ChangeLog +++ b/plugins/bogo-junk-plugin/ChangeLog @@ -1,3 +1,7 @@ +2007-04-23 Matthew Barnes <mbarnes@redhat.com> + + * Makefile.am: Distribute bogo-junk-plugin.schemas.in.in. (#432616) + 2007-04-03 Srinivasa Ragavan <sragavan@novell.com> * Makefile.am: Committing the right Makefile.am diff --git a/plugins/bogo-junk-plugin/Makefile.am b/plugins/bogo-junk-plugin/Makefile.am index 7c2545475f..e055f6a1cb 100644 --- a/plugins/bogo-junk-plugin/Makefile.am +++ b/plugins/bogo-junk-plugin/Makefile.am @@ -32,6 +32,6 @@ BUILT_SOURCES = $(plugin_DATA) $(error_DATA) CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ - org-gnome-bogo-junk-plugin.eplug.in - + org-gnome-bogo-junk-plugin.eplug.in \ + $(schema_in_files) |