dovecot-2.2: pop3-migration: Compiling fix in some systems

dovecot at dovecot.org dovecot at dovecot.org
Sun Jul 19 13:21:18 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/a83cc1411205
changeset: 18914:a83cc1411205
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jul 19 16:21:04 2015 +0300
description:
pop3-migration: Compiling fix in some systems

diffstat:

 src/plugins/pop3-migration/Makefile.am |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 501ce127ae05 -r a83cc1411205 src/plugins/pop3-migration/Makefile.am
--- a/src/plugins/pop3-migration/Makefile.am	Sun Jul 19 10:57:26 2015 +0300
+++ b/src/plugins/pop3-migration/Makefile.am	Sun Jul 19 16:21:04 2015 +0300
@@ -23,10 +23,12 @@
 	test-pop3-migration-plugin
 
 test_libs = \
-	../../lib-storage/libstorage.la \
-	../../lib-test/libtest.la \
-	../../lib/liblib.la
-test_deps = $(module_LTLIBRARIES) $(test_libs)
+	$(LIBDOVECOT_STORAGE) \
+	$(LIBDOVECOT)
+test_deps = \
+	$(module_LTLIBRARIES) \
+	$(LIBDOVECOT_STORAGE_DEPS) \
+	$(LIBDOVECOT_DEPS)
 
 test_pop3_migration_plugin_SOURCES = test-pop3-migration-plugin.c
 test_pop3_migration_plugin_LDADD = pop3-migration-plugin.lo $(test_libs)


More information about the dovecot-cvs mailing list