diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-03-18 23:47:04 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-03-18 23:47:04 +0800 |
commit | bc73d24d04269d1cd4df99acdb511580626ca98f (patch) | |
tree | be2344b66d4dcbfe8a28fac8446f3243f2c1b800 /my-evolution/Makefile.am | |
parent | 0ae3f73824ac55fab40594bc0ee16812d0f3bbf4 (diff) | |
download | gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar.gz gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar.zst gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.zip |
VFolders in the summary
svn path=/trunk/; revision=16190
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r-- | my-evolution/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 4507864148..d3ab2b8418 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -30,6 +30,8 @@ evolution_executive_summary_SOURCES = \ $(MAIL_GENERATED) \ component-factory.c \ component-factory.h \ + e-cell-tri.c \ + e-cell-tri.h \ e-summary.c \ e-summary.h \ e-summary-calendar.c \ @@ -44,6 +46,8 @@ evolution_executive_summary_SOURCES = \ e-summary-preferences.h \ e-summary-rdf.c \ e-summary-rdf.h \ + e-summary-shown.c \ + e-summary-shown.h \ e-summary-table.c \ e-summary-table.h \ e-summary-tasks.c \ |