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
8c5b6ba0
...
8c5b6ba08d93793baca77b71ce5779871572fb0a
authored
2003-02-08 02:21:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added send
1 parent
e790c089
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
mh/.cvsignore
mh/Makefile.am
mh/.cvsignore
View file @
8c5b6ba
...
...
@@ -14,5 +14,6 @@ fmtcheck
repl
whatnow
comp
send
*.output
.gdbinit
...
...
mh/Makefile.am
View file @
8c5b6ba
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
## Copyright (C) 2001, 2002
, 2003
Free Software Foundation, Inc.
##
## GNU Mailtuils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
...
...
@@ -17,8 +17,8 @@
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
PROGRAMS_MH
=
scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow comp
EXTRA_PROGRAMS
=
scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow comp
PROGRAMS_MH
=
scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow comp
send
EXTRA_PROGRAMS
=
scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow comp
send
LIBRARIES_MH
=
libmh.a
EXTRA_LIBRARIES
=
libmh.a
...
...
@@ -57,6 +57,7 @@ fmtcheck_LDADD = $(mh_LIBS)
repl_LDADD
=
$(mh_LIBS)
comp_LDADD
=
$(mh_LIBS)
whatnow_LDADD
=
$(mh_LIBS)
send_LDADD
=
$(mh_LIBS)
AM_YFLAGS
=
-vt
...
...
Please
register
or
sign in
to post a comment