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
9d1944f4
...
9d1944f47b68c43d60047150900bd9bb6256f84e
authored
2002-11-03 13:04:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added mta
1 parent
92491e13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
examples/.cvsignore
examples/Makefile.am
examples/.cvsignore
View file @
9d1944f
...
...
@@ -8,3 +8,4 @@ sfrom
addr
mimetest
muemail
mta
\ No newline at end of file
...
...
examples/Makefile.am
View file @
9d1944f
...
...
@@ -3,7 +3,7 @@
# 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
noinst_PROGRAMS
=
addr url-parse sfrom mimetest muemail msg-send http
mta
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
AM_LDFLAGS
=
../mailbox/libmailbox.la ../lib/libmailutils.la
...
...
Please
register
or
sign in
to post a comment