Renamed some variables to avoid name clashes.
Showing
1 changed file
with
6 additions
and
4 deletions
... | @@ -2,13 +2,15 @@ | ... | @@ -2,13 +2,15 @@ |
2 | # Copyright (C) 2000,2001,2002 Free Software Foundation | 2 | # Copyright (C) 2000,2001,2002 Free Software Foundation |
3 | # See file COPYING in the distribution root directory for copying conditions. | 3 | # See file COPYING in the distribution root directory for copying conditions. |
4 | 4 | ||
5 | MHPROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl | 5 | PROGRAMS_MH = scan inc rmm refile mhpath folder rmf fmtcheck repl |
6 | EXTRA_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl | 6 | EXTRA_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl |
7 | MHLIBRARIES = libmh.a | 7 | |
8 | LIBRARIES_MH = libmh.a | ||
8 | EXTRA_LIBRARIES = libmh.a | 9 | EXTRA_LIBRARIES = libmh.a |
9 | 10 | ||
10 | bin_PROGRAMS = @MHPROGRAMS@ | 11 | bin_PROGRAMS = @BUILD_MH_PROGRAMS@ |
11 | noinst_LIBRARIES = @MHLIBRARIES@ | 12 | noinst_LIBRARIES = @BUILD_MH_LIBRARIES@ |
13 | |||
12 | libmh_a_SOURCES= \ | 14 | libmh_a_SOURCES= \ |
13 | mh_argp.c\ | 15 | mh_argp.c\ |
14 | mh_ctx.c\ | 16 | mh_ctx.c\ | ... | ... |
-
Please register or sign in to post a comment