Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
53571ca5
...
53571ca528bd5b7f911f671efc9e836dae3d5a7f
authored
2002-09-23 07:52:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added rmf. Added install hook to link 'folder' to 'folders'
1 parent
7f01159e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
mh/Makefile.am
mh/Makefile.am
View file @
53571ca
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment