From: Timo Sirainen Date: Mon, 12 May 2003 06:13:38 +0000 (+0300) Subject: Dependency fixes X-Git-Tag: 1.1.alpha1~4645 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e74a3969c8380e53bebc7805dbec20fffeed49;p=thirdparty%2Fdovecot%2Fcore.git Dependency fixes --HG-- branch : HEAD --- diff --git a/src/imap/Makefile.am b/src/imap/Makefile.am index 81f3c87341..f30860d714 100644 --- a/src/imap/Makefile.am +++ b/src/imap/Makefile.am @@ -16,9 +16,11 @@ imap_LDADD = \ ../lib-imap/libimap.a \ ../lib-mail/libmail.a \ ../lib-charset/libcharset.a \ - ../lib/liblib.a \ + ../lib/liblib.a $(LIBICONV) +imap_DEPENDENCIES = $(imap_LDADD) + cmds = \ cmd-append.c \ cmd-authenticate.c \ diff --git a/src/pop3/Makefile.am b/src/pop3/Makefile.am index 09f7012baa..a2a3ee0c30 100644 --- a/src/pop3/Makefile.am +++ b/src/pop3/Makefile.am @@ -19,6 +19,8 @@ pop3_LDADD = \ ../lib/liblib.a \ $(LIBICONV) +pop3_DEPENDENCIES = $(pop3_LDADD) + pop3_SOURCES = \ client.c \ commands.c \