summaryrefslogtreecommitdiff
path: root/frm/Makefile.am
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/Makefile.am
parent83171c57eebf70182c5215a3173cbe23fc4159a9 (diff)
downloadmailutils-1f978a4835fba109988f50ab323f2820bcd363dd.tar.gz
mailutils-1f978a4835fba109988f50ab323f2820bcd363dd.tar.bz2
Build `from'
Diffstat (limited to 'frm/Makefile.am')
-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\
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\

Return to:

Send suggestions and report system problems to the System administrator.