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
1f978a48
...
1f978a4835fba109988f50ab323f2820bcd363dd
authored
2005-03-03 10:49:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Build `from'
1 parent
83171c57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
frm/Makefile.am
frm/Makefile.am
View file @
1f978a4
...
...
@@ -21,9 +21,14 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
SUBDIRS
=
testsuite
bin_PROGRAMS
=
frm
frm_SOURCES
=
frm.c
frm_LDADD
=
\
bin_PROGRAMS
=
frm from
frm_SOURCES
=
frm.c common.c frm.h
from_SOURCES
=
from.c common.c frm.h
frm_LDADD
=
$(common_ldadd)
from_LDADD
=
$(common_ldadd)
common_ldadd
=
\
../mailbox/mbox/libmu_mbox.la
\
../mailbox/imap/libmu_imap.la
\
../mailbox/pop/libmu_pop.la
\
...
...
Please
register
or
sign in
to post a comment