displaying of headers in the mail viewer - customization
[claws.git] / src / Makefile.am
1 bin_PROGRAMS = sylpheed
2
3 sylpheed_SOURCES = \
4         intl.h \
5         defs.h \
6         main.c main.h \
7         mainwindow.c mainwindow.h \
8         folderview.c folderview.h \
9         summaryview.c summaryview.h \
10         messageview.c messageview.h \
11         headerview.c headerview.h \
12         textview.c textview.h \
13         imageview.c imageview.h \
14         mimeview.c mimeview.h \
15         summary_search.c summary_search.h \
16         folder.c folder.h \
17         procmsg.c procmsg.h \
18         procheader.c procheader.h \
19         filter.c filter.h \
20         compose.c compose.h \
21         gtkshruler.c gtkshruler.h \
22         gtksctree.c gtksctree.h \
23         menu.c menu.h \
24         prefs.c prefs.h \
25         prefs_common.c prefs_common.h \
26         prefs_filter.c prefs_filter.h \
27         prefs_account.c prefs_account.h \
28         account.c account.h \
29         addressbook.c addressbook.h \
30         filesel.c filesel.h \
31         foldersel.c foldersel.h \
32         statusbar.c statusbar.h \
33         headerwindow.c headerwindow.h \
34         logwindow.c logwindow.h \
35         sourcewindow.c sourcewindow.h \
36         manage_window.c manage_window.h \
37         alertpanel.c alertpanel.h \
38         inputdialog.c inputdialog.h \
39         progressdialog.c progressdialog.h \
40         about.c about.h \
41         setup.c setup.h \
42         utils.c utils.h \
43         gtkutils.c gtkutils.h \
44         codeconv.c codeconv.h \
45         unmime.c unmime.h \
46         base64.c base64.h \
47         uuencode.c uuencode.h \
48         md5c.c md5.h \
49         rfc822.c rfc822.h \
50         socket.c socket.h \
51         automaton.c automaton.h \
52         session.c session.h \
53         smtp.c smtp.h \
54         esmtp.c esmtp.h \
55         pop.c pop.h \
56         mh.c mh.h \
57         mbox.c mbox.h \
58         send.c send.h \
59         recv.c recv.h \
60         inc.c inc.h \
61         import.c import.h \
62         export.c export.h \
63         nntp.c nntp.h \
64         news.c news.h \
65         imap.c imap.h \
66         xml.c xml.h \
67         html.c html.h \
68         procmime.c procmime.h \
69         rfc2015.c rfc2015.h \
70         passphrase.c passphrase.h \
71         select-keys.c select-keys.h \
72         sigstatus.c sigstatus.h \
73         simple-gettext.c \
74         manual.c manual.h \
75         addr_compl.c addr_compl.h \
76         gtkstext.c gtkstext.h \
77         grouplist_dialog.c grouplist_dialog.h \
78         headers.c headers.h \
79         prefs_headers.c prefs_headers.h \
80         headers_display.c headers_display.h \
81         prefs_display_headers.c prefs_display_headers.h
82
83 EXTRA_DIST = \
84         pixmaps/clip.xpm \
85         pixmaps/deleted.xpm \
86         pixmaps/dir-close.xpm \
87         pixmaps/dir-open.xpm \
88         pixmaps/folder.xpm \
89         pixmaps/forwarded.xpm \
90         pixmaps/group.xpm \
91         pixmaps/inbox.xpm \
92         pixmaps/mark.xpm \
93         pixmaps/new.xpm \
94         pixmaps/outbox.xpm \
95         pixmaps/regular.xpm \
96         pixmaps/replied.xpm \
97         pixmaps/trash.xpm \
98         pixmaps/unread.xpm \
99         pixmaps/linewrap.xpm \
100         pixmaps/stock_mail.xpm \
101         pixmaps/stock_mail_attach.xpm \
102         pixmaps/stock_mail_receive.xpm \
103         pixmaps/stock_mail_receive_all.xpm \
104         pixmaps/stock_mail_send.xpm \
105         pixmaps/stock_mail_compose.xpm \
106         pixmaps/stock_mail_reply.xpm \
107         pixmaps/stock_mail_reply_to_all.xpm \
108         pixmaps/stock_mail_forward.xpm \
109         pixmaps/stock_preferences.xpm \
110         pixmaps/stock_properties.xpm \
111         pixmaps/stock_search.xpm \
112         pixmaps/stock_close.xpm \
113         pixmaps/stock_exec.xpm \
114         pixmaps/stock_trash.xpm \
115         pixmaps/stock_up_arrow.xpm \
116         pixmaps/stock_down_arrow.xpm \
117         pixmaps/stock_paste.xpm \
118         pixmaps/tb_address_book.xpm \
119         pixmaps/sylpheed-logo.xpm
120
121 INCLUDES = \
122         -DG_LOG_DOMAIN=\"Sylpheed\" \
123         -I$(top_srcdir)/libkcc \
124         -I$(top_srcdir)/intl \
125         $(GTK_CFLAGS) \
126         $(GDK_IMLIB_CFLAGS) \
127         $(GDK_PIXBUF_CFLAGS) \
128         -I$(includedir)
129
130 sylpheed_LDADD = \
131         $(top_builddir)/libkcc/libkcc.a \
132         $(INTLLIBS) \
133         $(GTK_LIBS) \
134         $(GDK_IMLIB_LIBS) \
135         $(GDK_PIXBUF_LIBS) \
136         $(GPGME_LIBS)
137
138 CPPFLAGS = \
139         -DLOCALEDIR=\""$(localedir)"\" \
140         -DMANUALDIR=\""$(manualdir)"\" \
141         -DHOST_ALIAS=\""$(host_alias)"\"