summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-03 10:49:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-03 10:49:54 +0000
commit1f978a4835fba109988f50ab323f2820bcd363dd (patch)
tree44e904e5754b9b12c0225f4de422346f399a9abe /frm
parent83171c57eebf70182c5215a3173cbe23fc4159a9 (diff)
downloadmailutils-1f978a4835fba109988f50ab323f2820bcd363dd.tar.gz
mailutils-1f978a4835fba109988f50ab323f2820bcd363dd.tar.bz2
Build `from'
Diffstat (limited to 'frm')
-rw-r--r--frm/Makefile.am11
1 files changed, 8 insertions, 3 deletions
diff --git a/frm/Makefile.am b/frm/Makefile.am
index 1aa1cce23..78cfd779f 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -21,9 +21,14 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
21 21
22SUBDIRS = testsuite 22SUBDIRS = testsuite
23 23
24bin_PROGRAMS = frm 24bin_PROGRAMS = frm from
25frm_SOURCES = frm.c 25frm_SOURCES = frm.c common.c frm.h
26frm_LDADD = \ 26from_SOURCES = from.c common.c frm.h
27
28frm_LDADD = $(common_ldadd)
29from_LDADD = $(common_ldadd)
30
31common_ldadd = \
27 ../mailbox/mbox/libmu_mbox.la\ 32 ../mailbox/mbox/libmu_mbox.la\
28 ../mailbox/imap/libmu_imap.la\ 33 ../mailbox/imap/libmu_imap.la\
29 ../mailbox/pop/libmu_pop.la\ 34 ../mailbox/pop/libmu_pop.la\

Return to:

Send suggestions and report system problems to the System administrator.