diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-01 06:59:34 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-01 06:59:34 +0800 |
commit | 730ceece38016a382888d5a9958eca004f65acf0 (patch) | |
tree | e16a9a0feaa6ba76b7d74216095e48c64c4481f7 /my-evolution/Makefile.am | |
parent | ba225d83afd4d6b444553a79b3fa224d5a47e98b (diff) | |
download | gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.gz gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.bz2 gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.lz gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.xz gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.zst gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.zip |
Handle the online/offline stuff
svn path=/trunk/; revision=10639
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r-- | my-evolution/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index af1b39fc10..f52d7b3741 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -40,6 +40,8 @@ evolution_executive_summary_SOURCES = \ e-summary-factory.h \ e-summary-mail.c \ e-summary-mail.h \ + e-summary-offline-handler.c \ + e-summary-offline-handler.h \ e-summary-preferences.c \ e-summary-rdf.h \ e-summary-rdf.c \ |