Skip to content

Commit

Permalink
auth: Fix linking duplicate .a libraries to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed May 24, 2017
1 parent 231278a commit 4ac0050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/Makefile.am
Expand Up @@ -246,7 +246,7 @@ test_auth_request_var_expand_LDADD = $(test_libs) libauth.la
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
Expand Down

0 comments on commit 4ac0050

Please sign in to comment.