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
d75c464c
...
d75c464cc7ec42999a092102b286ba3d05f6af41
authored
2003-12-26 12:58:42 +0000
by
uid65697
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added list.c
1 parent
f34fcfc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
examples/Makefile.am
examples/Makefile.am
View file @
d75c464
...
...
@@ -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
\
...
...
Please
register
or
sign in
to post a comment