changeset 21800:a1ebd140977c

lib-dict: Fix test-dict linkage
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Wed, 22 Mar 2017 10:33:20 +0200
parents 0bb58080e0a6
children 62499b1abc68
files src/lib-dict/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-dict/Makefile.am	Wed Mar 22 10:32:58 2017 +0200
+++ b/src/lib-dict/Makefile.am	Wed Mar 22 10:33:20 2017 +0200
@@ -84,7 +84,7 @@
 	../lib/liblib.la
 
 test_dict_SOURCES = test-dict.c
-test_dict_LDADD = dict.lo $(test_libs)
+test_dict_LDADD = libdict.la $(test_libs)
 test_dict_DEPENDENCIES = $(noinst_LTLIBRARIES) $(test_libs)
 
 check: check-am check-test