summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-25 14:31:30 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-25 14:31:30 +0000
commitc3396f40b0af1cf9c4b82a9513ac06cf3849ec8e (patch)
tree184ea7fa99e2bd33d4aeed194c31980768914e17 /mh
parent7855e386919797d5200905c19aa1b257ba24b5a9 (diff)
downloadmailutils-c3396f40b0af1cf9c4b82a9513ac06cf3849ec8e.tar.gz
mailutils-c3396f40b0af1cf9c4b82a9513ac06cf3849ec8e.tar.bz2
Added fmtcheck
Diffstat (limited to 'mh')
-rw-r--r--mh/.cvsignore1
-rw-r--r--mh/Makefile.am4
2 files changed, 4 insertions, 1 deletions
diff --git a/mh/.cvsignore b/mh/.cvsignore
index 64c9617b3..da46f67ac 100644
--- a/mh/.cvsignore
+++ b/mh/.cvsignore
@@ -10,5 +10,6 @@ rmf
refile
mhpath
folder
+fmtcheck
*.output
.gdbinit
diff --git a/mh/Makefile.am b/mh/Makefile.am
index 01e551544..7ba4b8fa8 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
+bin_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck
noinst_LIBRARIES = libmh.a
libmh_a_SOURCES= \
mh_argp.c\
@@ -22,6 +22,7 @@ rmf_SOURCES = rmf.c
refile_SOURCES = refile.c
mhpath_SOURCES = mhpath.c
folder_SOURCES = folder.c
+fmtcheck_SOURCES = fmtcheck.c
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la
scan_LDADD = $(mh_LIBS) -lcurses -ltermcap
@@ -31,6 +32,7 @@ refile_LDADD = $(mh_LIBS)
mhpath_LDADD = $(mh_LIBS)
folder_LDADD = $(mh_LIBS)
rmf_LDADD = $(mh_LIBS)
+fmtcheck_LDADD = $(mh_LIBS)
YFLAGS=-vt
install-exec-hook:

Return to:

Send suggestions and report system problems to the System administrator.