changeset 4305:b33e92f80392 HEAD

Added library dependencies to work correctly for convert-tool.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Jun 2006 18:25:26 +0300
parents 3bb4f35b99d4
children ce3c09a75b87
files src/plugins/convert/Makefile.am
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/convert/Makefile.am	Thu Jun 08 17:42:21 2006 +0300
+++ b/src/plugins/convert/Makefile.am	Thu Jun 08 18:25:26 2006 +0300
@@ -38,6 +38,8 @@
 	$(LIBICONV) \
 	$(RAND_LIBS)
 
+convert_tool_DEPENDENCIES = $(libs)
+
 install-exec-local:
 	$(mkdir_p) $(DESTDIR)$(moduledir)/imap $(DESTDIR)$(moduledir)/pop3 $(DESTDIR)$(moduledir)/lda
 	for d in imap pop3 lda; do \