summaryrefslogtreecommitdiff
path: root/mailbox/Makefile.am
blob: 9de6ac328c934c78380a09207166b4713735e892 (plain)
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
# Use automake to process this file -*-Makefile-*-

AUTOMAKE_OPTIONS = ../lib/ansi2knr

INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include \
	-I${top_srcdir}/lib
CFLAGS = -Wall -pedantic -g

SUBDIRS = include

lib_LTLIBRARIES = libmailbox.la

EXTRA_DIST = mbx_mboxscan.c

libmailbox_la_SOURCES = \
address.c \
attachment.c \
attribute.c \
auth.c \
body.c \
debug.c \
envelope.c \
file_stream.c \
filter.c \
filter_rfc822.c \
filter_trans.c \
folder.c \
folder_imap.c \
folder_mbox.c \
folder_pop.c \
header.c \
iterator.c \
list.c \
locker.c \
mailbox.c \
mailer.c \
mapfile_stream.c \
mbx_default.c \
mbx_file.c \
mbx_imap.c \
mbx_mbox.c \
mbx_pop.c \
message.c \
mime.c \
misc.c \
monitor.c \
observer.c \
parse822.c \
property.c \
registrar.c \
sendmail.c \
smtp.c \
stream.c \
tcp.c \
url.c \
url_file.c \
url_imap.c \
url_mbox.c \
url_path.c \
url_pop.c \
url_sendmail.c \
url_smtp.c

libmailbox_la_LDFLAGS = -version-info 0:0:0

Return to:

Send suggestions and report system problems to the System administrator.