From ecb3be1827d9f237c15e34c25c4f9e335592bab2 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 10 Jan 2017 15:55:17 +0200 Subject: [PATCH] auth: Fix compiling tests --- src/auth/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/auth/Makefile.am b/src/auth/Makefile.am index 2af9bd0df0..1341776675 100644 --- a/src/auth/Makefile.am +++ b/src/auth/Makefile.am @@ -225,16 +225,16 @@ test_libs = \ ../lib-test/libtest.la \ ../lib/liblib.la -test_auth_cache_SOURCES = test-auth-cache.c -test_auth_cache_LDADD = auth-cache.o $(test_libs) +test_auth_cache_SOURCES = auth-cache.c test-auth-cache.c +test_auth_cache_LDADD = $(test_libs) test_auth_cache_DEPENDENCIES = $(pkglibexec_PROGRAMS) $(test_libs) -test_auth_request_var_expand_SOURCES = test-auth-request-var-expand.c -test_auth_request_var_expand_LDADD = auth-request-var-expand.o auth-fields.o $(test_libs) +test_auth_request_var_expand_SOURCES = auth-request-var-expand.c auth-fields.c test-auth-request-var-expand.c +test_auth_request_var_expand_LDADD = $(test_libs) test_auth_request_var_expand_DEPENDENCIES = $(pkglibexec_PROGRAMS) $(test_libs) -test_db_dict_SOURCES = test-db-dict.c -test_db_dict_LDADD = db-dict-cache-key.o $(test_libs) +test_db_dict_SOURCES = db-dict-cache-key.c test-db-dict.c +test_db_dict_LDADD = $(test_libs) test_db_dict_DEPENDENCIES = $(pkglibexec_PROGRAMS) $(test_libs) check: check-am check-test