summaryrefslogtreecommitdiff
path: root/mailbox2/Makefile.am
blob: 4e1ebe5589dc5109d33a9280dadcb5a838762a99 (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
# Use automake to process this file -*-Makefile-*-

AUTOMAKE_OPTIONS = ../lib/ansi2knr

#INCLUDES = -I${top_srcdir}/include
INCLUDES = -I${top_srcdir}/mailbox2/include

SUBDIRS = include pop3 mbox


lib_LTLIBRARIES = libmailbox.la

libmailbox_la_SOURCES = \
 address.c    \
 attribute.c  \
 bstream.c    \
 envelope.c   \
 fstream.c    \
 iterator.c   \
 list.c       \
 md5-rsa.c    \
 mstream.c    \
 observable.c \
 observer.c   \
 parse822.c   \
 stream.c     \
 tcpstream.c

Return to:

Send suggestions and report system problems to the System administrator.