Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7f42f8ff
...
7f42f8fff96744953f1a8aea1d5072334e6a0ee7
authored
2003-12-25 10:49:26 +0000
by
uid65697
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added spamd.c
1 parent
6bd77e1d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
examples/Makefile.am
examples/Makefile.am
View file @
7f42f8f
...
...
@@ -34,7 +34,7 @@ noinst_PROGRAMS = \
pop3client
moddir
=
@SIEVE_MODDIR@
mod_LTLIBRARIES
=
numaddr.la timestamp.la
mod_LTLIBRARIES
=
numaddr.la timestamp.la
spamd.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
...
...
@@ -47,6 +47,10 @@ 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
mimetest_LDADD
=
\
../mailbox/mbox/libmu_mbox.la
\
../mailbox/imap/libmu_imap.la
\
...
...
Please
register
or
sign in
to post a comment