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
1ea81b39
...
1ea81b3978fdc96948aa7077548573d09271c6b2
authored
2004-01-02 23:38:35 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated. Added `noinst_LTLIBRARIES = numaddr.la'.
1 parent
5de1ee07
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
18 deletions
examples/Makefile.am
examples/Makefile.am
View file @
1ea81b3
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2002 Free Software Foundation, Inc.
## Copyright (C) 2002
, 2003, 2004
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
...
...
@@ -30,31 +30,21 @@ noinst_PROGRAMS = \
http
\
mta
\
decode2047
\
mailcap
\
mailcap
\
pop3client
moddir
=
@SIEVE_MODDIR@
mod_LTLIBRARIES
=
numaddr.la timestamp.la spamd.la list.la
noinst_LTLIBRARIES
=
numaddr.la
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
\
-I
$(top_builddir)
/include/mailutils/gnu
\
-I
$(top_srcdir)
/mailbox @INTLINCS@
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
numaddr_la_SOURCES
=
numaddr.c
numaddr_la_LIBADD
=
../libsieve/libsieve.la
numaddr_la_LDFLAGS
=
-module -avoid-version -no-undefined
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
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
\
...
...
@@ -85,4 +75,3 @@ pop3client_LDADD = \
EXTRA_DIST
=
comsat.conf dot.biffrc gnu-imap4d.pam gnu-pop3d.pam
\
mailutils.rc reply.scm
...
...
Please
register
or
sign in
to post a comment