diff options
author | Sumit Bose <sbose@redhat.com> | 2012-12-04 13:55:13 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-08 14:42:57 +0100 |
commit | 34f64327316a7dafbac593bd9e507aa628a3339b (patch) | |
tree | 4affa1e79009de89f057dce70d9f1925e1545844 /Makefile.am | |
parent | 908b6d56158438f3fe96d55cc8166b414729f628 (diff) | |
download | sssd-34f64327316a7dafbac593bd9e507aa628a3339b.tar.gz sssd-34f64327316a7dafbac593bd9e507aa628a3339b.tar.xz sssd-34f64327316a7dafbac593bd9e507aa628a3339b.zip |
Add tests for get_gids_from_pac()
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index feebcc9e4..85eee66d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1076,6 +1076,7 @@ pac_responder_tests_LDADD = \ $(TALLOC_LIBS) \ $(NDR_KRB5PAC_LIBS) \ $(SSSD_LIBS) \ + -lm \ libsss_idmap.la \ libsss_debug.la \ libsss_util.la \ |