summaryrefslogtreecommitdiff
path: root/imap4d
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 /imap4d
parent5acf6de61e3cd93a35cf4f163f0a73b88840208e (diff)
downloadmailutils-ac73454fd6976ef381077f4c590a0b09d9616111.tar.gz
mailutils-ac73454fd6976ef381077f4c590a0b09d9616111.tar.bz2
Load MU_AUTHLIBS before libmailutils. Fixes cygwin build
Diffstat (limited to 'imap4d')
-rw-r--r--imap4d/Makefile.am16
1 files changed, 12 insertions, 4 deletions
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index c211c518a..ed824c958 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -19,7 +19,7 @@
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include \
-I$(top_srcdir)/mailbox \
- -I${top_builddir}/include/mailutils/gnu @AUTHINCS@ @SERV_AUTHINCS@ @INTLINCS@
+ -I${top_builddir}/include/mailutils/gnu @MU_AUTHINCS@ @SERV_AUTHINCS@ @INTLINCS@
SUBDIRS = testsuite
sbin_PROGRAMS = imap4d
@@ -64,23 +64,31 @@ imap4d_SOURCES = \
imap4d_LDADD = \
@IMAP_AUTHOBJS@\
../lib/libmuaux.la\
- @AUTHLIBS@ \
../mailbox/mbox/libmu_mbox.la\
../mailbox/mh/libmu_mh.la\
../mailbox/maildir/libmu_maildir.la\
+ @MU_AUTHLIBS@ \
../mailbox/libmailutils.la\
@SERV_AUTHLIBS@ @MU_COMMON_LIBRARIES@
## This kludge is necessary to correctly establish imap4d -> IMAP_AUTHOBJS
-## and imap4d -> AUTHLIBS dependencies. Automake stupidly refuses to
+## and imap4d -> MU_AUTHLIBS dependencies. Automake stupidly refuses to
## include them.
## Same kludge appears in pop3d/Makefile.am and auth/Makefile.am
## Think about better approach --gray
imap4d_DEPENDENCIES = \
@IMAP_AUTHOBJS@\
- @AUTHLIBS_DEPENDENCY@\
+ @MU_AUTHLIBS_DEPENDENCY@\
../mailbox/mbox/libmu_mbox.la\
../mailbox/libmailutils.la\
../lib/libmuaux.la
EXTRA_DIST=auth_gss.c auth_gsasl.c
+
+CFLOW_FLAGS=-i^s --brief
+imap4d_CFLOW_INPUT=$(imap4d_OBJECTS:.$(OBJEXT)=.c)
+imap4d.cflow: $(imap4d_CFLOW_INPUT) Makefile
+ cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) \
+ $(imap4d_CFLOW_INPUT)

Return to:

Send suggestions and report system problems to the System administrator.