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 /shell/Makefile.am | |
parent | 6200259d432602aca43c2ad2fe651c857b6c3621 (diff) | |
download | gsoc2013-evolution-12e852982d5a061b2edb65143fa0e80ad810c636.tar.gz 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
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |