]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Link smtp-client.o explicitly so Sieve can use it.
authorTimo Sirainen <tss@iki.fi>
Mon, 9 Nov 2009 18:41:38 +0000 (13:41 -0500)
committerTimo Sirainen <tss@iki.fi>
Mon, 9 Nov 2009 18:41:38 +0000 (13:41 -0500)
--HG--
branch : HEAD

src/lmtp/Makefile.am

index 09e150f9f042740617a222f32dd61df368916096..bc8a9dfd664500e7bb7f8403a426eb964de4504c 100644 (file)
@@ -23,10 +23,13 @@ unused_objects = \
        ../lib-mail/message-header-encode.o \
        ../lib-imap/imap-util.o
 endif
+lda_unused_objects = \
+       ../lib-lda/smtp-client.o
 
 libs = \
        ../lib-lda/liblda.a \
        $(LIBDOVECOT_STORAGE) \
+       $(lda_unused_objects) \
        $(unused_objects)
 
 lmtp_LDADD = $(libs) $(LIBDOVECOT) $(MODULE_LIBS)