From aeb6ec20fe8c9cc124db14af72c335fd5df25909 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 9 Jul 2003 22:30:32 +0300 Subject: [PATCH] RAND_LIBS are needed nowadays for imap/pop3. --HG-- branch : HEAD --- src/imap/Makefile.am | 1 + src/pop3/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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) -- 2.47.3