aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2014-03-24 21:26:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2014-03-27 08:24:34 +0800
commit5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1 (patch)
tree35b06eab2d6795026fbf63c27bf5cedb9dc29db8 /mail/Makefile.am
parentb6cf2c3763b1d51f8824ee14e226b6adb40e7e1b (diff)
downloadgsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar
gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.gz
gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.bz2
gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.lz
gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.xz
gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.tar.zst
gsoc2013-evolution-5ebf0fd3c3ff08fc34fb1157ac54c818661bf2a1.zip
Add EMailFolderCreateDialog.
Subclass of EMFolderSelector, replaces em_folder_utils_create_folder().
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index e5cc9daf34..d40922e605 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -84,6 +84,7 @@ mailinclude_HEADERS = \
e-mail-display-popup-extension.h \
e-mail-enums.h \
e-mail-enumtypes.h \
+ e-mail-folder-create-dialog.h \
e-mail-folder-pane.h \
e-mail-junk-options.h \
e-mail-label-action.h \
@@ -160,6 +161,7 @@ libevolution_mail_la_SOURCES = \
e-mail-display.c \
e-mail-display-popup-extension.c \
e-mail-enumtypes.c \
+ e-mail-folder-create-dialog.c \
e-mail-folder-pane.c \
e-mail-junk-options.c \
e-mail-label-action.c \