summaryrefslogtreecommitdiff
path: root/frm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'frm/Makefile.am')
-rw-r--r--frm/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/frm/Makefile.am b/frm/Makefile.am
index 443cf1f82..ccc65e8bc 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -22,4 +22,12 @@ SUBDIRS = testsuite
bin_PROGRAMS = frm
frm_SOURCES = frm.c
-frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
+frm_LDADD = \
+ ../mailbox/mbox/libmu_mbox.la\
+ ../mailbox/imap/libmu_imap.la\
+ ../mailbox/pop/libmu_pop.la\
+ ../mailbox/mh/libmu_mh.la\
+ ../mailbox/maildir/libmu_maildir.la\
+ ../mailbox/libmailbox.la\
+ ../lib/libmailutils.la\
+ @AUTHLIBS@ @LTLIBINTL@

Return to:

Send suggestions and report system problems to the System administrator.