From 76637e7a0309e8eb64cd35953fa4a8de39dce218 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 30 May 2013 14:03:00 +0200 Subject: tests: Link fqnames_tests with libsss_test_common.la --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 767e9b968..96af90fd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1308,6 +1308,7 @@ fqnames_tests_CFLAGS = \ $(AM_CFLAGS) fqnames_tests_LDADD = \ $(CMOCKA_LIBS) \ + libsss_test_common.la \ libsss_util.la endif -- cgit