summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: ee4fcb53582d81d09a70b54a50154465427bfdfd (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
# 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.

noinst_PROGRAMS = \
 addr\
 base64\
 url-parse\
 sfrom\
 mimetest\
 muemail\
 msg-send\
 http\
 mta

moddir=@SIEVE_MODDIR@
mod_LTLIBRARIES = numaddr.la

INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la

numaddr_la_SOURCES = numaddr.c
numaddr_la_LIBADD = ../libsieve/libsieve.la 
numaddr_la_LDFLAGS = -module -avoid-version -no-undefined 

EXTRA_DIST = comsat.conf dot.biffrc gnu-imap4d.pam gnu-pop3d.pam\
 mailutils.rc reply.scm


Return to:

Send suggestions and report system problems to the System administrator.