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
78a9fc65
...
78a9fc6598aada4b11acc229ca1768975632db9c
authored
2006-02-06 11:48:35 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add moderator module
1 parent
c92227c9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
libsieve/extensions/Makefile.am
libsieve/extensions/Makefile.am
View file @
78a9fc6
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2004, 2005 Free Software Foundation, Inc.
## Copyright (C) 2004, 2005
, 2006
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
...
...
@@ -18,23 +18,32 @@
## 02110-1301 USA
moddir
=
@SIEVE_MODDIR@
mod_LTLIBRARIES
=
timestamp.la spamd.la list.la vacation.la
mod_LTLIBRARIES
=
\
list.la
\
moderator.la
\
spamd.la
\
timestamp.la
\
vacation.la
INCLUDES
=
@MU_COMMON_INCLUDES@ @INTLINCS@
AM_LDFLAGS
=
../../lib/libmuaux.la ../../mailbox/libmailutils.la
timestamp_la_SOURCES
=
timestamp.c
timestamp_la_LIBADD
=
../libsieve.la
timestamp_la_LDFLAGS
=
-module -avoid-version -no-undefined
list_la_SOURCES
=
list.c
list_la_LIBADD
=
../libsieve.la
list_la_LDFLAGS
=
-module -avoid-version -no-undefined
moderator_la_SOURCES
=
moderator.c
moderator_la_LIBADD
=
../libsieve.la
moderator_la_LDFLAGS
=
-module -avoid-version -no-undefined
spamd_la_SOURCES
=
spamd.c
spamd_la_LIBADD
=
../libsieve.la
spamd_la_LDFLAGS
=
-module -avoid-version -no-undefined
list_la_SOURCES
=
list
.c
list
_la_LIBADD
=
../libsieve.la
list
_la_LDFLAGS
=
-module -avoid-version -no-undefined
timestamp_la_SOURCES
=
timestamp
.c
timestamp
_la_LIBADD
=
../libsieve.la
timestamp
_la_LDFLAGS
=
-module -avoid-version -no-undefined
vacation_la_SOURCES
=
vacation.c
vacation_la_LIBADD
=
../libsieve.la
...
...
Please
register
or
sign in
to post a comment