diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-02-27 23:25:26 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-02-27 23:25:26 +0800 |
commit | 12e852982d5a061b2edb65143fa0e80ad810c636 (patch) | |
tree | 58262f4195b635ab475ff8c039b3485738dbdaf1 | |
parent | 6200259d432602aca43c2ad2fe651c857b6c3621 (diff) | |
download | gsoc2013-evolution-12e852982d5a061b2edb65143fa0e80ad810c636.tar gsoc2013-evolution-12e852982d5a061b2edb65143fa0e80ad810c636.tar.gz gsoc2013-evolution-12e852982d5a061b2edb65143fa0e80ad810c636.tar.bz2 gsoc2013-evolution-12e852982d5a061b2edb65143fa0e80ad810c636.tar.lz gsoc2013-evolution-12e852982d5a061b2edb65143fa0e80ad810c636.tar.xz gsoc2013-evolution-12e852982d5a061b2edb65143fa0e80ad810c636.tar.zst gsoc2013-evolution-12e852982d5a061b2edb65143fa0e80ad810c636.zip |
Add e-config-upgrade.h
2003-02-27 Rodney Dawes <dobey@ximian.com>
* Makefile.am (evolution_SOURCES): Add e-config-upgrade.h
svn path=/trunk/; revision=20086
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 942c4b2e93..01ad81b2f0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2003-02-27 Rodney Dawes <dobey@ximian.com> + + * Makefile.am (evolution_SOURCES): Add e-config-upgrade.h + 2003-02-26 Chris Toshok <toshok@ximian.com> * e-folder-list.c (e_folder_list_parse_xml): make this more robust diff --git a/shell/Makefile.am b/shell/Makefile.am index 23397f65ec..7759e5ba85 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -144,6 +144,7 @@ evolution_SOURCES = \ e-component-registry.c \ e-component-registry.h \ e-config-upgrade.c \ + e-config-upgrade.h \ e-corba-config-page.c \ e-corba-config-page.h \ e-corba-shortcuts.c \ |