summaryrefslogtreecommitdiff
path: root/frm/Makefile.am
diff options
context:
space:
mode:
authorSam Roberts <sroberts@uniserve.com>2002-02-20 14:19:57 +0000
committerSam Roberts <sroberts@uniserve.com>2002-02-20 14:19:57 +0000
commitada8afcef8acaa07e8475f02099207a1dfbf287b (patch)
tree51920ff6676b5a0e271a6bcc081089c6d3abab63 /frm/Makefile.am
parent19b7e16d6c3d5c561ff6bd9d04aed7b6dd74fdc4 (diff)
downloadmailutils-ada8afcef8acaa07e8475f02099207a1dfbf287b.tar.gz
mailutils-ada8afcef8acaa07e8475f02099207a1dfbf287b.tar.bz2
The exe_DEPENDENCIES lines prevent the _LDADD lines being used for
dependencies, so the exes dont' get rebuilt when the libraries are rebuilt, unless explicitly listed.
Diffstat (limited to 'frm/Makefile.am')
-rw-r--r--frm/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/frm/Makefile.am b/frm/Makefile.am
index 24d163a9b..5877e7697 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -3,5 +3,4 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
bin_PROGRAMS = frm
-frm_DEPENDENCIES = ../mailbox/libmailbox.la
frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la

Return to:

Send suggestions and report system problems to the System administrator.