From: Timo Sirainen Date: Wed, 9 Jul 2003 19:30:32 +0000 (+0300) Subject: RAND_LIBS are needed nowadays for imap/pop3. X-Git-Tag: 1.1.alpha1~4499 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb6ec20fe8c9cc124db14af72c335fd5df25909;p=thirdparty%2Fdovecot%2Fcore.git RAND_LIBS are needed nowadays for imap/pop3. --HG-- branch : HEAD --- diff --git a/src/imap/Makefile.am b/src/imap/Makefile.am index 712b1866b7..121e03379a 100644 --- a/src/imap/Makefile.am +++ b/src/imap/Makefile.am @@ -21,6 +21,7 @@ libs = \ imap_LDADD = \ $(libs) \ $(LIBICONV) \ + $(RAND_LIBS) \ $(MODULE_LIBS) imap_DEPENDENCIES = $(libs) diff --git a/src/pop3/Makefile.am b/src/pop3/Makefile.am index c1cf4862d6..9141e91c58 100644 --- a/src/pop3/Makefile.am +++ b/src/pop3/Makefile.am @@ -21,6 +21,7 @@ libs = \ pop3_LDADD = \ $(libs) \ $(LIBICONV) \ + $(RAND_LIBS) \ $(MODULE_LIBS) pop3_DEPENDENCIES = $(libs)