summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2004-01-02 23:38:35 +0000
committerWojciech Polak <polak@gnu.org>2004-01-02 23:38:35 +0000
commit1ea81b3978fdc96948aa7077548573d09271c6b2 (patch)
tree89ae27487e2161996b6f7d95c2868c9759093fa7 /examples
parent5de1ee078ca04fc2dd1bc8c93f6e944ca5d159d6 (diff)
downloadmailutils-1ea81b3978fdc96948aa7077548573d09271c6b2.tar.gz
mailutils-1ea81b3978fdc96948aa7077548573d09271c6b2.tar.bz2
Updated. Added `noinst_LTLIBRARIES = numaddr.la'.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am27
1 files changed, 8 insertions, 19 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index a2fe5aee5..838ad9743 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with GNU Automake to create Makefile.in
-## Copyright (C) 2002 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
@@ -30,31 +30,21 @@ noinst_PROGRAMS = \
http\
mta\
decode2047\
- mailcap \
- pop3client
+ mailcap\
+ pop3client
-moddir=@SIEVE_MODDIR@
-mod_LTLIBRARIES = numaddr.la timestamp.la spamd.la list.la
+noinst_LTLIBRARIES = numaddr.la
+
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
+ -I$(top_builddir)/include/mailutils/gnu\
+ -I$(top_srcdir)/mailbox @INTLINCS@
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_builddir)/include/mailutils/gnu -I$(top_srcdir)/mailbox @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
-timestamp_la_SOURCES = timestamp.c
-timestamp_la_LIBADD = ../libsieve/libsieve.la
-timestamp_la_LDFLAGS = -module -avoid-version -no-undefined
-
-spamd_la_SOURCES = spamd.c
-spamd_la_LIBADD = ../libsieve/libsieve.la
-spamd_la_LDFLAGS = -module -avoid-version -no-undefined
-
-list_la_SOURCES = list.c
-list_la_LIBADD = ../libsieve/libsieve.la
-list_la_LDFLAGS = -module -avoid-version -no-undefined
-
mimetest_LDADD =\
../mailbox/mbox/libmu_mbox.la\
../mailbox/imap/libmu_imap.la\
@@ -85,4 +75,3 @@ pop3client_LDADD = \
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.