From 1f978a4835fba109988f50ab323f2820bcd363dd Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 3 Mar 2005 10:49:54 +0000 Subject: Build `from' --- frm/Makefile.am | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'frm') 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\ -- cgit v1.2.1