]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
pop3-migration: Compiling fix in some systems
authorTimo Sirainen <tss@iki.fi>
Sun, 19 Jul 2015 13:21:04 +0000 (16:21 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 19 Jul 2015 13:21:04 +0000 (16:21 +0300)
src/plugins/pop3-migration/Makefile.am

index e0a43c1f394a5d4b3dd2a684d0d1d7110cf5057d..fada4769ceb1af0cfa47dcdb7aa9198661774554 100644 (file)
@@ -23,10 +23,12 @@ test_programs = \
        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)