summaryrefslogtreecommitdiff
path: root/sieve/Makefile.am
blob: edd870374e9ec59335545f7005fa31c7d57fc9e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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}/include -I${top_srcdir}/lib @INTLINCS@
SUBDIRS  = testsuite

bin_PROGRAMS = sieve
sieve_SOURCES = sieve.c
sieve_LDADD = ../libsieve/libsieve.la ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
sieve_LDFLAGS = -export-dynamic

Return to:

Send suggestions and report system problems to the System administrator.