summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-12 11:34:10 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-12 11:34:10 +0000
commitac73454fd6976ef381077f4c590a0b09d9616111 (patch)
tree09aad956250a14ffc04d62009762ad38f280c707 /sieve
parent5acf6de61e3cd93a35cf4f163f0a73b88840208e (diff)
downloadmailutils-ac73454fd6976ef381077f4c590a0b09d9616111.tar.gz
mailutils-ac73454fd6976ef381077f4c590a0b09d9616111.tar.bz2
Load MU_AUTHLIBS before libmailutils. Fixes cygwin build
Diffstat (limited to 'sieve')
-rw-r--r--sieve/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 5be0d3a91..a01ba59ad 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -28,11 +28,19 @@ sieve_LDADD =\
../mailbox/mbox/libmu_mbox.la\
../mailbox/imap/libmu_imap.la\
../mailbox/pop/libmu_pop.la\
../mailbox/nntp/libmu_nntp.la\
../mailbox/mh/libmu_mh.la\
../mailbox/maildir/libmu_maildir.la\
+ @MU_AUTHLIBS@\
../mailbox/libmailutils.la\
- @AUTHLIBS@ @MU_COMMON_LIBRARIES@
+ @MU_COMMON_LIBRARIES@
sieve_LDFLAGS = -export-dynamic
+CFLOW_FLAGS=-i^s --brief -v
+sieve_CFLOW_INPUT=$(sieve_OBJECTS:.$(OBJEXT)=.c)
+sieve.cflow: $(sieve_CFLOW_INPUT) Makefile
+ cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) \
+ $(sieve_CFLOW_INPUT)

Return to:

Send suggestions and report system problems to the System administrator.