diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 02:31:26 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 02:31:26 +0800 |
commit | ab0da53a3e8298ba082ca9751e23fff7f75053a1 (patch) | |
tree | 1d050f9168af441b4a22798b29e409c5d72e7402 /shell | |
parent | cb3680a11f806cab2fecf5aa7ae84798c29ee040 (diff) | |
download | gsoc2013-evolution-ab0da53a3e8298ba082ca9751e23fff7f75053a1.tar gsoc2013-evolution-ab0da53a3e8298ba082ca9751e23fff7f75053a1.tar.gz gsoc2013-evolution-ab0da53a3e8298ba082ca9751e23fff7f75053a1.tar.bz2 gsoc2013-evolution-ab0da53a3e8298ba082ca9751e23fff7f75053a1.tar.lz gsoc2013-evolution-ab0da53a3e8298ba082ca9751e23fff7f75053a1.tar.xz gsoc2013-evolution-ab0da53a3e8298ba082ca9751e23fff7f75053a1.tar.zst gsoc2013-evolution-ab0da53a3e8298ba082ca9751e23fff7f75053a1.zip |
(EXTRA_DIST): Add $(schema_DATA) here.
svn path=/trunk/; revision=19456
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/GNOME_Evolution_TestComponent.server | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b95a5f8e76..f855b3f658 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2003-01-14 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (EXTRA_DIST): Add $(schema_DATA) here. + 2003-01-14 Rodney Dawes <dobey@ximian.com> * e-shell-view.c: Use GtkPaned instead of EPaned diff --git a/shell/GNOME_Evolution_TestComponent.server b/shell/GNOME_Evolution_TestComponent.server index ce42825943..490489375c 100644 --- a/shell/GNOME_Evolution_TestComponent.server +++ b/shell/GNOME_Evolution_TestComponent.server @@ -1,8 +1,8 @@ <oaf_info> <oaf_server iid="OAFIID:GNOME_Evolution_TestComponent_ShellComponent" - type="exe" - location="evolution-test-component"> + type="factory" + location="GNOME:GNOME_Evolution_TestComponent_ShellComponentFactory"> <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/> diff --git a/shell/Makefile.am b/shell/Makefile.am index d73e4dfa50..19b83e9b26 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -304,8 +304,10 @@ EXTRA_DIST = \ $(server_in_files) \ $(server_DATA) \ $(etspec_DATA) \ + $(schema_DATA) \ $(icons) \ GNOME_Evolution_TestComponent.server \ + e-shell-marshal.list \ evolution-nognome.in # Purify support |