changeset 22072:66c1b3fd3a5f

auth: Fix linking duplicate .a libraries to unit test
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Fri, 19 May 2017 10:45:09 +0300
parents ba38c7002aa4
children ade8986248dd
files src/auth/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/Makefile.am	Mon May 08 12:49:39 2017 +0200
+++ b/src/auth/Makefile.am	Fri May 19 10:45:09 2017 +0300
@@ -246,7 +246,7 @@
 test_auth_request_var_expand_DEPENDENCIES = $(pkglibexec_PROGRAMS) $(test_libs)
 
 test_username_filter_SOURCES = test-username-filter.c
-test_username_filter_LDADD = $(test_libs) $(auth_libs) $(AUTH_LIBS) $(LIBDOVECOT)
+test_username_filter_LDADD = $(auth_libs) $(AUTH_LIBS) $(LIBDOVECOT)
 test_username_filter_DEPENDENCIES = $(pkglibexec_PROGRAMS) $(test_libs) $(LIBDOVECOT_DEPS)
 
 test_db_dict_SOURCES = test-db-dict.c