summaryrefslogtreecommitdiff
path: root/comsat
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 /comsat
parent5acf6de61e3cd93a35cf4f163f0a73b88840208e (diff)
downloadmailutils-ac73454fd6976ef381077f4c590a0b09d9616111.tar.gz
mailutils-ac73454fd6976ef381077f4c590a0b09d9616111.tar.bz2
Load MU_AUTHLIBS before libmailutils. Fixes cygwin build
Diffstat (limited to 'comsat')
-rw-r--r--comsat/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 709e26c99..ef51b1c6e 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -28,3 +28,11 @@ comsatd_LDADD = \
../mailbox/mbox/libmu_mbox.la\
../mailbox/libmailutils.la\
@MU_COMMON_LIBRARIES@
+
+CFLOW_FLAGS=-i^s --brief -v
+comsatd_CFLOW_INPUT=$(comsatd_OBJECTS:.$(OBJEXT)=.c)
+comsatd.cflow: $(comsatd_CFLOW_INPUT) Makefile
+ cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) \
+ $(comsatd_CFLOW_INPUT)

Return to:

Send suggestions and report system problems to the System administrator.