summaryrefslogtreecommitdiff
path: root/imap4d/Makefile.am
blob: 3e3dfd1d4e72bb346c22adbcfa208661d66c76b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.

INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include @AUTHINCS@
SUBDIRS = testsuite

sbin_PROGRAMS =	imap4d

imap4d_LDADD = @AUTHOBJS@ ../mailbox/libmailbox.la  @AUTHLIBS@ ../lib/libmailutils.la 
imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \
 commands.c copy.c create.c delete.c examine.c expunge.c fetch.c imap4d.c \
 imap4d.h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search.c \
 select.c signal.c status.c store.c subscribe.c sync.c uid.c unsubscribe.c \
 util.c version.c

## This kludge is necessary to correctly establish imap4d -> AUTHOBJS
## dependency. Think about better approach         --gray
imap4d_DEPENDENCIES = @AUTHOBJS@ ../mailbox/libmailbox.la ../lib/libmailutils.la

EXTRA_DIST=auth_gss.c

Return to:

Send suggestions and report system problems to the System administrator.