summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
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
@@ -31,8 +31,16 @@ sieve_LDADD =\
../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.