[SSSD] [PATCH] tests: Link fqnames_tests with libsss_test_common.la

Jakub Hrozek jhrozek at redhat.com
Thu May 30 12:06:00 UTC 2013


Pushed to master under the one-liner rule.

When I was rebasing my patches on top of Lukas' change to tests, I
linked with his new library to make sure the tests pass before pushing
but I forgot to commit this change. Sorry for the churn.
-------------- next part --------------
>From 76637e7a0309e8eb64cd35953fa4a8de39dce218 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Thu, 30 May 2013 14:03:00 +0200
Subject: [PATCH] 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 767e9b968c1567d0f71d65557ddb479526416e9a..96af90fd96082b07ba826f3335543e71182e23db 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
-- 
1.8.2.1



More information about the sssd-devel mailing list