summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoruid65697 <uid65697>2003-12-26 12:58:42 +0000
committeruid65697 <uid65697>2003-12-26 12:58:42 +0000
commitd75c464cc7ec42999a092102b286ba3d05f6af41 (patch)
tree52ba60d6886998fe987518eafa8607df8d8fbd46 /examples
parentf34fcfc2da26e893e58d7832a091ea3ead30eb93 (diff)
downloadmailutils-d75c464cc7ec42999a092102b286ba3d05f6af41.tar.gz
mailutils-d75c464cc7ec42999a092102b286ba3d05f6af41.tar.bz2
Added list.c
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 625904eec..a2fe5aee5 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -34,7 +34,7 @@ noinst_PROGRAMS = \
pop3client
moddir=@SIEVE_MODDIR@
-mod_LTLIBRARIES = numaddr.la timestamp.la spamd.la
+mod_LTLIBRARIES = numaddr.la timestamp.la spamd.la list.la
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
@@ -51,6 +51,10 @@ 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\

Return to:

Send suggestions and report system problems to the System administrator.