summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-05-30 14:03:00 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-05-30 14:03:00 +0200
commit76637e7a0309e8eb64cd35953fa4a8de39dce218 (patch)
tree5ee7d4712ee08f8325015f14f0e8d53e43df31c4 /Makefile.am
parent81774ca7b8c49cd5474c4f77a234bfcd7fe9664f (diff)
downloadsssd-76637e7a0309e8eb64cd35953fa4a8de39dce218.tar.gz
sssd-76637e7a0309e8eb64cd35953fa4a8de39dce218.tar.xz
sssd-76637e7a0309e8eb64cd35953fa4a8de39dce218.zip
tests: Link fqnames_tests with libsss_test_common.la
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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