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
509ff440
...
509ff4403db19bbc4c73314fa3360a9fb7eb8458
authored
2003-01-18 21:58:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added comp.
1 parent
1fd9c8f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
mh/Makefile.am
mh/Makefile.am
View file @
509ff44
...
...
@@ -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
EXTRA_PROGRAMS
=
scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow
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
LIBRARIES_MH
=
libmh.a
EXTRA_LIBRARIES
=
libmh.a
...
...
@@ -55,6 +55,7 @@ folder_LDADD = $(mh_LIBS)
rmf_LDADD
=
$(mh_LIBS)
fmtcheck_LDADD
=
$(mh_LIBS)
repl_LDADD
=
$(mh_LIBS)
comp_LDADD
=
$(mh_LIBS)
whatnow_LDADD
=
$(mh_LIBS)
AM_YFLAGS
=
-vt
...
...
Please
register
or
sign in
to post a comment