Added spamd.c
Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -34,7 +34,7 @@ noinst_PROGRAMS = \ | ... | @@ -34,7 +34,7 @@ noinst_PROGRAMS = \ |
34 | pop3client | 34 | pop3client |
35 | 35 | ||
36 | moddir=@SIEVE_MODDIR@ | 36 | moddir=@SIEVE_MODDIR@ |
37 | mod_LTLIBRARIES = numaddr.la timestamp.la | 37 | mod_LTLIBRARIES = numaddr.la timestamp.la spamd.la |
38 | 38 | ||
39 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_builddir)/include/mailutils/gnu -I$(top_srcdir)/mailbox @INTLINCS@ | 39 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_builddir)/include/mailutils/gnu -I$(top_srcdir)/mailbox @INTLINCS@ |
40 | AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la | 40 | AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la |
... | @@ -47,6 +47,10 @@ timestamp_la_SOURCES = timestamp.c | ... | @@ -47,6 +47,10 @@ timestamp_la_SOURCES = timestamp.c |
47 | timestamp_la_LIBADD = ../libsieve/libsieve.la | 47 | timestamp_la_LIBADD = ../libsieve/libsieve.la |
48 | timestamp_la_LDFLAGS = -module -avoid-version -no-undefined | 48 | timestamp_la_LDFLAGS = -module -avoid-version -no-undefined |
49 | 49 | ||
50 | spamd_la_SOURCES = spamd.c | ||
51 | spamd_la_LIBADD = ../libsieve/libsieve.la | ||
52 | spamd_la_LDFLAGS = -module -avoid-version -no-undefined | ||
53 | |||
50 | mimetest_LDADD =\ | 54 | mimetest_LDADD =\ |
51 | ../mailbox/mbox/libmu_mbox.la\ | 55 | ../mailbox/mbox/libmu_mbox.la\ |
52 | ../mailbox/imap/libmu_imap.la\ | 56 | ../mailbox/imap/libmu_imap.la\ | ... | ... |
-
Please register or sign in to post a comment