-
Notifications
You must be signed in to change notification settings - Fork 8
/
Makefile.am
82 lines (77 loc) · 1.25 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
AUTOMAKE_OPTIONS = foreign
bin_PROGRAMS = simplemail
INCLUDES = -I$(srcdir)/indep-include -I$(srcdir)/gtk
SUBDIRS= gtk intl po
EXTRA_DIST= diff_ignore
simplemail_SOURCES = acconfig.h \
account.c \
account.h \
aclocal.m4 \
addressbook.c \
addressbook.h \
codecs.c \
codecs.h \
codesets.c \
codesets.h \
codesets_table.h \
configuration.c \
configuration.h \
debug.h \
debug.c \
estimate.c \
estimate.h \
filter.c \
filter.h \
folder.c \
folder.h \
hash.c \
hash.h \
hmac_md5.c \
hmac_md5.h \
http.c \
http.h \
imap.c \
imap.h \
lists.c \
lists.h \
mail.c \
mail.h \
mbox.c \
mbox.h \
md5.c \
md5.h \
parse.c \
parse.h \
pgp.c \
pgp.h \
phrase.c \
phrase.h \
pop3.c \
pop3.h \
print.c \
print.h \
signature.c \
signature.h \
simplemail.c \
simplemail.h \
smintl.c \
smintl.h \
smtp.c \
smtp.h \
spam.c \
spam.h \
status.c \
status.h \
support_indep.c \
support_indep.h \
taglines.c \
taglines.h \
tcp.c \
tcp.h \
text2html.c \
text2html.h \
trans.c \
trans.h \
version.h
simplemail_DEPENDENCIES = ./gtk/libgui.a
simplemail_LDADD = ./gtk/libgui.a @GUI_LIBS@