diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-19 20:40:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-19 20:40:00 +0800 |
commit | bb6a06a3cbf45bdfe24f91e98cfb0c52bb3d777f (patch) | |
tree | 1c39d4ca53ffca3aa7876d619a606f8c8e17c035 /shell/Makefile.am | |
parent | e2edef6e5e7546ce591f2318bce9d115a223d78d (diff) | |
download | gsoc2013-evolution-bb6a06a3cbf45bdfe24f91e98cfb0c52bb3d777f.tar.gz gsoc2013-evolution-bb6a06a3cbf45bdfe24f91e98cfb0c52bb3d777f.tar.zst gsoc2013-evolution-bb6a06a3cbf45bdfe24f91e98cfb0c52bb3d777f.zip |
Create new files for the folder commands, and move the "Create new
folder" implementation into them.
svn path=/trunk/; revision=9889
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 8ba7d53b4b..0f2e1731c2 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -96,6 +96,8 @@ evolution_SOURCES = \ e-setup.c \ e-setup.h \ e-shell-constants.h \ + e-shell-folder-commands.c \ + e-shell-folder-commands.h \ e-shell-folder-creation-dialog.c \ e-shell-folder-creation-dialog.h \ e-shell-folder-selection-dialog.c \ |