summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-03 13:00:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-03 13:00:24 +0000
commit314549eeb00027abdae034e114ba281c848bcd3e (patch)
treed6dab6b94886bce0218328f101469e893318dfac
parent30c0872d8409df211bc8a567c8b4f23bbdc8f9af (diff)
downloadmailutils-314549eeb00027abdae034e114ba281c848bcd3e.tar.gz
mailutils-314549eeb00027abdae034e114ba281c848bcd3e.tar.bz2
Renamed some variables to avoid name clashes.
-rw-r--r--mh/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/mh/Makefile.am b/mh/Makefile.am
index 8da8dd671..e279f3019 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -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\

Return to:

Send suggestions and report system problems to the System administrator.