summaryrefslogtreecommitdiff
path: root/mapi/Makefile.am
blob: fc5dcb2f700216a9ae7f49f5a02f12926a3ca7f2 (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
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.

AUTOMAKE_OPTIONS = ../lib/ansi2knr

INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include

SUBDIRS = include

lib_LTLIBRARIES = libmapi.la

/* FIXME:  This should be part of the default includes.  */
EXTRA_DIST = mapi.h

libmapi_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la

libmapi_la_SOURCES = \
 MAPIAddress.c \
 MAPIDeleteMail.c \
 MAPIDetails.c \
 MAPIFindNext.c \
 MAPIFreeBuffer.c \
 MAPILogoff.c \
 MAPILogon.c \
 MAPIReadMail.c \
 MAPISaveMail.c \
 MAPISendDocuments.c \
 MAPISendMail.c

libmapi_la_LDFLAGS = -version-info 0:0:0

Return to:

Send suggestions and report system problems to the System administrator.