summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-10-01 13:09:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-10-01 13:09:40 +0000
commitfed72faf0cd12ee1db7ecbc7df1998cbcea5e957 (patch)
tree68bf56734c89472f30df47438f60c231a8248aae /mh
parent66d125c5f475decd9b13315e0da56c61552039e8 (diff)
downloadmailutils-fed72faf0cd12ee1db7ecbc7df1998cbcea5e957.tar.gz
mailutils-fed72faf0cd12ee1db7ecbc7df1998cbcea5e957.tar.bz2
Added repl
Diffstat (limited to 'mh')
-rw-r--r--mh/.cvsignore1
-rw-r--r--mh/Makefile.am5
2 files changed, 5 insertions, 1 deletions
diff --git a/mh/.cvsignore b/mh/.cvsignore
index da46f67ac..1b7de5714 100644
--- a/mh/.cvsignore
+++ b/mh/.cvsignore
@@ -11,5 +11,6 @@ refile
mhpath
folder
fmtcheck
+repl
*.output
.gdbinit
diff --git a/mh/Makefile.am b/mh/Makefile.am
index bf239dd4b..4b7d2bce4 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -2,7 +2,7 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-bin_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck
+bin_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl
noinst_LIBRARIES = libmh.a
libmh_a_SOURCES= \
mh_argp.c\
@@ -23,6 +23,7 @@ refile_SOURCES = refile.c
mhpath_SOURCES = mhpath.c
folder_SOURCES = folder.c
fmtcheck_SOURCES = fmtcheck.c
+repl_SOURCES = repl.c
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la
scan_LDADD = $(mh_LIBS) @CURSES_LIBS@
@@ -33,6 +34,8 @@ mhpath_LDADD = $(mh_LIBS)
folder_LDADD = $(mh_LIBS)
rmf_LDADD = $(mh_LIBS)
fmtcheck_LDADD = $(mh_LIBS)
+repl_LDADD = $(mh_LIBS)
+
YFLAGS=-vt
install-exec-hook:

Return to:

Send suggestions and report system problems to the System administrator.