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
2bc860b3
...
2bc860b351c3d5266d392228665dc553d80669fe
authored
2002-09-17 15:04:40 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added rmm.c
1 parent
80ae132c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mh/Makefile.am
mh/Makefile.am
View file @
2bc860b
...
...
@@ -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
bin_PROGRAMS
=
scan inc
rmm
noinst_LIBRARIES
=
libmh.a
libmh_a_SOURCES
=
\
mh_argp.c
\
...
...
@@ -14,9 +14,11 @@ libmh_a_SOURCES= \
noinst_HEADERS
=
mh.h mh_getopt.h
scan_SOURCES
=
scan.c
inc_SOURCES
=
inc.c
rmm_SOURCES
=
rmm.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)
YFLAGS
=
-vt
...
...
Please
register
or
sign in
to post a comment