X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2FMakefile.am;h=db6d13495f122aa7b124e4f92ecee025a86abcc7;hp=3c7cf5493ba5e2c9e170d9d09e10a5f650b57e2d;hb=40d786203a9a2a3d7c7caf2c6424f5232fe7a486;hpb=b612e65f2fc0f88c04062633982f4598875ac3e6 diff --git a/src/Makefile.am b/src/Makefile.am index 3c7cf5493..db6d13495 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,6 +3,7 @@ bin_PROGRAMS = sylpheed sylpheed_SOURCES = \ intl.h \ defs.h \ + version.h \ main.c main.h \ mainwindow.c mainwindow.h \ folderview.c folderview.h \ @@ -13,6 +14,7 @@ sylpheed_SOURCES = \ imageview.c imageview.h \ mimeview.c mimeview.h \ summary_search.c summary_search.h \ + colorlabel.c colorlabel.h \ folder.c folder.h \ procmsg.c procmsg.h \ procheader.c procheader.h \ @@ -28,9 +30,27 @@ sylpheed_SOURCES = \ prefs_display_header.c prefs_display_header.h \ prefs_customheader.c prefs_customheader.h \ account.c account.h \ - displayheader.c displayheader.h \ + displayheader.c displayheader.h \ customheader.c customheader.h \ addressbook.c addressbook.h \ + addr_compl.c addr_compl.h \ + addressitem.h \ + addritem.c addritem.h \ + addrcache.c addrcache.h \ + addrbook.c addrbook.h \ + addrindex.c addrindex.h \ + mgutils.c mgutils.h \ + vcard.c vcard.h \ + jpilot.c jpilot.h \ + syldap.c syldap.h \ + editbook.c editbook.h \ + editgroup.c editgroup.h \ + editaddress.c editaddress.h \ + editvcard.c editvcard.h \ + editjpilot.c editjpilot.h \ + editldap.c editldap.h \ + editldap_basedn.c editldap_basedn.h \ + addressadd.c addressadd.h \ filesel.c filesel.h \ foldersel.c foldersel.h \ statusbar.c statusbar.h \ @@ -41,6 +61,7 @@ sylpheed_SOURCES = \ alertpanel.c alertpanel.h \ inputdialog.c inputdialog.h \ progressdialog.c progressdialog.h \ + grouplistdialog.c grouplistdialog.h \ about.c about.h \ setup.c setup.h \ utils.c utils.h \ @@ -52,6 +73,7 @@ sylpheed_SOURCES = \ md5.c md5.h \ rfc822.c rfc822.h \ socket.c socket.h \ + ssl.c ssl.h \ automaton.c automaton.h \ session.c session.h \ smtp.c smtp.h \ @@ -69,6 +91,8 @@ sylpheed_SOURCES = \ imap.c imap.h \ xml.c xml.h \ html.c html.h \ + ldif.c ldif.h \ + importldif.c importldif.h \ procmime.c procmime.h \ rfc2015.c rfc2015.h \ passphrase.c passphrase.h \ @@ -76,9 +100,8 @@ sylpheed_SOURCES = \ sigstatus.c sigstatus.h \ simple-gettext.c \ manual.c manual.h \ - addr_compl.c addr_compl.h \ + stringtable.c stringtable.h \ gtkstext.c gtkstext.h \ - grouplist_dialog.c grouplist_dialog.h \ scoring.c scoring.h \ prefs_folder_item.c prefs_folder_item.h \ matcher.c matcher.h \ @@ -89,20 +112,15 @@ sylpheed_SOURCES = \ mbox_folder.c mbox_folder.h \ quote_fmt_lex.l quote_fmt_lex.h \ quote_fmt_parse.y quote_fmt.h \ - matcher_parser_lex.l matcher_parser_lex.h \ - matcher_parser_parse.y matcher_parser.h \ - addressitem.h \ - mgutils.c mgutils.h \ - vcard.c vcard.h \ - jpilot.c jpilot.h \ - syldap.c syldap.h \ - editvcard.c editvcard.h \ - editjpilot.c editjpilot.h \ - editldap.c editldap.h \ - editldap_basedn.c editldap_basedn.h + gtkspell.c gtkspell.h gtkxtext.h \ + template.c template.h \ + prefs_templates.c prefs_templates.h \ + template_select.c template_select.h + EXTRA_DIST = \ quote_fmt_parse.h \ + version.h.in \ pixmaps/clip.xpm \ pixmaps/deleted.xpm \ pixmaps/dir-close.xpm \ @@ -127,6 +145,7 @@ EXTRA_DIST = \ pixmaps/stock_mail_receive.xpm \ pixmaps/stock_mail_receive_all.xpm \ pixmaps/stock_mail_send.xpm \ + pixmaps/stock_mail_send_queue.xpm \ pixmaps/stock_mail_compose.xpm \ pixmaps/stock_news_compose.xpm \ pixmaps/stock_mail_reply.xpm \ @@ -144,11 +163,13 @@ EXTRA_DIST = \ pixmaps/stock_paste.xpm \ pixmaps/tb_address_book.xpm \ pixmaps/sylpheed-logo.xpm \ - pixmaps/vcard.xpm \ - pixmaps/jpilot.xpm \ + pixmaps/address.xpm \ + pixmaps/book.xpm \ pixmaps/category.xpm \ + pixmaps/interface.xpm \ + pixmaps/jpilot.xpm \ pixmaps/ldap.xpm \ - pixmaps/ignorethread.xpm + pixmaps/vcard.xpm INCLUDES = \ -DG_LOG_DOMAIN=\"Sylpheed\" \ @@ -157,6 +178,7 @@ INCLUDES = \ $(GTK_CFLAGS) \ $(GDK_IMLIB_CFLAGS) \ $(GDK_PIXBUF_CFLAGS) \ + $(PSPELL_CFLAGS) \ -I$(includedir) sylpheed_LDADD = \ @@ -165,7 +187,8 @@ sylpheed_LDADD = \ $(GTK_LIBS) \ $(GDK_IMLIB_LIBS) \ $(GDK_PIXBUF_LIBS) \ - $(GPGME_LIBS) + $(GPGME_LIBS) \ + $(PSPELL_LIBS) CPPFLAGS = \ -DLOCALEDIR=\""$(localedir)"\" \ @@ -179,8 +202,4 @@ YFLAGS = -d BUILT_SOURCES = \ quote_fmt_lex.c \ quote_fmt_parse.c \ - quote_fmt_parse.h \ - matcher_parser_lex.c \ - matcher_parser_parse.c \ - matcher_parser_parse.h - + quote_fmt_parse.h