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
c910e0ac
...
c910e0accfac43335fee4d3a3137de2973633567
authored
2001-09-17 14:11:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added inc.c. Restructured .*_LDADD assignments.
1 parent
3dc9078b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
mh/Makefile.am
mh/Makefile.am
View file @
c910e0a
bin_PROGRAMS
=
scan
bin_PROGRAMS
=
scan
inc
noinst_LIBRARIES
=
libmh.a
libmh_a_SOURCES
=
\
mh_argp.c
\
...
...
@@ -8,8 +8,11 @@ libmh_a_SOURCES= \
mh_init.c
\
mh_fmtgram.y
noinst_HEADERS
=
mh.h mh_getopt.h
scan_SOURCES
=
scan.c
scan_SOURCES
=
scan.c
inc_SOURCES
=
inc.c
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib @ARGPINCS@
scan_LDADD
=
./libmh.a @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a -lcurses -ltermcap
ALL_LDADD
=
./libmh.a @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a
scan_LDADD
=
$(ALL_LDADD)
-lcurses -ltermcap
inc_LDADD
=
$(ALL_LDADD)
YFLAGS
=
-vt
...
...
Please
register
or
sign in
to post a comment