aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-31 11:40:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-31 11:40:06 +0000
commit61988f3a30a6a8e76530c36482b1227571721fd4 (patch)
treef1d8004f6c84134a16aa551833c12d0478c53dea /src/Makefile.am
parent68814466894003778231a186f47ce885ec222593 (diff)
separated UI code from prefs_common.c and prefs_account.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@533 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b81e23cf..f2b78da6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,9 +28,11 @@ sylpheed_SOURCES = \
stock_pixmap.c stock_pixmap.h \
prefs_ui.c prefs_ui.h \
prefs_common.c prefs_common.h \
+ prefs_common_dialog.c prefs_common_dialog.h \
prefs_filter.c prefs_filter.h \
prefs_filter_edit.c prefs_filter_edit.h \
prefs_account.c prefs_account.h \
+ prefs_account_dialog.c prefs_account_dialog.h \
prefs_folder_item.c prefs_folder_item.h \
prefs_display_header.c prefs_display_header.h \
prefs_customheader.c prefs_customheader.h \