summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-23 07:52:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-23 07:52:25 +0000
commit53571ca528bd5b7f911f671efc9e836dae3d5a7f (patch)
tree9ac0347a58e610ae852df78d1c3edeca98342b0b /mh
parent7f01159edc0e642d09591e00cc4dd2694f3a473d (diff)
downloadmailutils-53571ca528bd5b7f911f671efc9e836dae3d5a7f.tar.gz
mailutils-53571ca528bd5b7f911f671efc9e836dae3d5a7f.tar.bz2
Added rmf. Added install hook to link 'folder' to 'folders'
Diffstat (limited to 'mh')
-rw-r--r--mh/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/mh/Makefile.am b/mh/Makefile.am
index b0f91ce72..01e551544 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
+bin_PROGRAMS = scan inc rmm refile mhpath folder rmf
noinst_LIBRARIES = libmh.a
libmh_a_SOURCES= \
mh_argp.c\
@@ -18,6 +18,7 @@ noinst_HEADERS = mh.h mh_getopt.h
scan_SOURCES = scan.c
inc_SOURCES = inc.c
rmm_SOURCES = rmm.c
+rmf_SOURCES = rmf.c
refile_SOURCES = refile.c
mhpath_SOURCES = mhpath.c
folder_SOURCES = folder.c
@@ -29,5 +30,8 @@ rmm_LDADD = $(mh_LIBS)
refile_LDADD = $(mh_LIBS)
mhpath_LDADD = $(mh_LIBS)
folder_LDADD = $(mh_LIBS)
+rmf_LDADD = $(mh_LIBS)
YFLAGS=-vt
+install-exec-hook:
+ $(LN_S) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders

Return to:

Send suggestions and report system problems to the System administrator.