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
314549ee
...
314549eeb00027abdae034e114ba281c848bcd3e
authored
2002-11-03 13:00:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Renamed some variables to avoid name clashes.
1 parent
30c0872d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
mh/Makefile.am
mh/Makefile.am
View file @
314549e
...
...
@@ -2,13 +2,15 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
MHPROGRAMS
=
scan inc rmm refile mhpath folder rmf fmtcheck repl
PROGRAMS_MH
=
scan inc rmm refile mhpath folder rmf fmtcheck repl
EXTRA_PROGRAMS
=
scan inc rmm refile mhpath folder rmf fmtcheck repl
MHLIBRARIES
=
libmh.a
LIBRARIES_MH
=
libmh.a
EXTRA_LIBRARIES
=
libmh.a
bin_PROGRAMS
=
@MHPROGRAMS@
noinst_LIBRARIES
=
@MHLIBRARIES@
bin_PROGRAMS
=
@BUILD_MH_PROGRAMS@
noinst_LIBRARIES
=
@BUILD_MH_LIBRARIES@
libmh_a_SOURCES
=
\
mh_argp.c
\
mh_ctx.c
\
...
...
Please
register
or
sign in
to post a comment