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
cb7515a6
...
cb7515a609b7f1c2c9492af8f3dec8912c17481c
authored
2002-11-22 14:49:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added numaddr.c; (AM_LDFLAGS): Removed libmailutils. It's not used by examples.
1 parent
7059a1d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
examples/Makefile.am
examples/Makefile.am
View file @
cb7515a
...
...
@@ -2,11 +2,27 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
noinst_PROGRAMS
=
addr url-parse sfrom mimetest muemail msg-send http mta
noinst_PROGRAMS
=
\
addr
\
url-parse
\
sfrom
\
mimetest
\
muemail
\
msg-send
\
http
\
mta
moddir
=
$(datadir)
mod_LTLIBRARIES
=
numaddr.la
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
AM_LDFLAGS
=
../mailbox/libmailbox.la ../lib/libmailutils.la
AM_LDFLAGS
=
../mailbox/libmailbox.la
numaddr_la_SOURCES
=
numaddr.c
numaddr_la_LIBADD
=
../libsieve/libsieve.la
numaddr_la_LDFLAGS
=
-module -avoid-version -no-undefined
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