changeset 18914:a83cc1411205

pop3-migration: Compiling fix in some systems
author Timo Sirainen <tss@iki.fi>
date Sun, 19 Jul 2015 16:21:04 +0300
parents 501ce127ae05
children 012a355f9f8a
files src/plugins/pop3-migration/Makefile.am
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)