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
26a6bbb0
...
26a6bbb0338dbceb12283dbdf7b086b9afeff60d
authored
2002-09-18 17:36:10 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added new modules.
1 parent
889a87a2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
mh/Makefile.am
mh/Makefile.am
View file @
26a6bbb
...
...
@@ -2,23 +2,27 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
bin_PROGRAMS
=
scan inc rmm
bin_PROGRAMS
=
scan inc rmm
refile
noinst_LIBRARIES
=
libmh.a
libmh_a_SOURCES
=
\
mh_argp.c
\
mh_ctx.c
\
mh_getopt.c
\
mh_error.c
\
mh_format.c
\
mh_init.c
\
mh_fmtgram.y
mh_fmtgram.y
\
mh_msgset.c
noinst_HEADERS
=
mh.h mh_getopt.h
scan_SOURCES
=
scan.c
inc_SOURCES
=
inc.c
rmm_SOURCES
=
rmm.c
refile_SOURCES
=
refile.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
inc_LDADD
=
$(mh_LIBS)
rmm_LDADD
=
$(mh_LIBS)
refile_LDADD
=
$(mh_LIBS)
YFLAGS
=
-vt
...
...
Please
register
or
sign in
to post a comment