diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-05-12 05:19:33 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-05-12 05:19:33 +0800 |
commit | dd032fc24deb2a760040b08bb18aa687b762f0d3 (patch) | |
tree | 239453111f7822ad13154940e33377089ca49a1e /shell/Makefile.am | |
parent | 95651fe8285b961687f8ade655e0c2b1b08aad78 (diff) | |
download | gsoc2013-evolution-dd032fc24deb2a760040b08bb18aa687b762f0d3.tar.gz gsoc2013-evolution-dd032fc24deb2a760040b08bb18aa687b762f0d3.tar.zst gsoc2013-evolution-dd032fc24deb2a760040b08bb18aa687b762f0d3.zip |
Ask for a folder to import into.
svn path=/trunk/; revision=9775
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index bbf4c9bc00..8ba7d53b4b 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -102,6 +102,8 @@ evolution_SOURCES = \ e-shell-folder-selection-dialog.h \ e-shell-folder-title-bar.c \ e-shell-folder-title-bar.h \ + e-shell-importer.c \ + e-shell-importer.h \ e-shell-offline-handler.c \ e-shell-offline-handler.h \ e-shell-utils.c \ |