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
92e41820
...
92e41820e78fe881ed4c5bd25c0f7b166bc89951
authored
2005-01-04 21:01:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add vacation
1 parent
66d427fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
libsieve/extensions/Makefile.am
libsieve/extensions/Makefile.am
View file @
92e4182
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2004 Free Software Foundation, Inc.
## Copyright (C) 2004
, 2005
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,7 +18,7 @@
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
moddir
=
@SIEVE_MODDIR@
mod_LTLIBRARIES
=
timestamp.la spamd.la list.la
mod_LTLIBRARIES
=
timestamp.la spamd.la list.la
vacation.la
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
\
-I
$(top_builddir)
/include/mailutils/gnu
\
...
...
@@ -38,3 +38,7 @@ list_la_SOURCES = list.c
list_la_LIBADD
=
../libsieve.la
list_la_LDFLAGS
=
-module -avoid-version -no-undefined
vacation_la_SOURCES
=
vacation.c
vacation_la_LIBADD
=
../libsieve.la
vacation_la_LDFLAGS
=
-module -avoid-version -no-undefined
...
...
Please
register
or
sign in
to post a comment