From b7719cbbdf52c9b3ba2d088f9e86fee22ac05563 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 8 Jul 2010 15:56:46 +0100 Subject: [PATCH] dsync: Fixed loading virtual plugin when compiled --without-shared-libs --HG-- branch : HEAD --- src/dsync/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dsync/Makefile.am b/src/dsync/Makefile.am index 59edb45721..519c392f79 100644 --- a/src/dsync/Makefile.am +++ b/src/dsync/Makefile.am @@ -12,7 +12,8 @@ AM_CPPFLAGS = \ if !BUILD_SHARED_LIBS unused_objects = \ - ../lib/mountpoint.o + ../lib/mountpoint.o \ + ../lib-storage/mail-search-parser-imap.o endif libs = \ -- 2.47.3