summaryrefslogtreecommitdiff
path: root/libsieve
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 /libsieve
parent5acf6de61e3cd93a35cf4f163f0a73b88840208e (diff)
downloadmailutils-ac73454fd6976ef381077f4c590a0b09d9616111.tar.gz
mailutils-ac73454fd6976ef381077f4c590a0b09d9616111.tar.bz2
Load MU_AUTHLIBS before libmailutils. Fixes cygwin build
Diffstat (limited to 'libsieve')
-rw-r--r--libsieve/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/libsieve/Makefile.am b/libsieve/Makefile.am
index 37872de31..cba0d3bf6 100644
--- a/libsieve/Makefile.am
+++ b/libsieve/Makefile.am
@@ -65,3 +65,11 @@ sieve-gram.c sieve-gram.h: $(srcdir)/sieve.y
y.tab.c sieve-gram.c y.tab.h sieve-gram.h y.output y.output \
-- -yy mu_sieve_yy
+
+CFLOW_FLAGS=-i^s --brief -v
+libsieve_CFLOW_INPUT=$(libsieve_la_OBJECTS:.lo=.c)
+libsieve.cflow: $(libsieve_CFLOW_INPUT) Makefile
+ cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) \
+ $(libsieve_CFLOW_INPUT)

Return to:

Send suggestions and report system problems to the System administrator.