diff options
| author | Lukas Slebodnik <lslebodn@redhat.com> | 2014-12-03 13:57:24 +0100 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-12-08 22:47:25 +0100 |
| commit | 5a05b6127064c74349f1edae32e5e13032c386fe (patch) | |
| tree | b8de42cc96734f4f5287bafa0c7240d513da6997 /src | |
| parent | 4d9db278db1197ae84fecb8f269e2de368a6be2a (diff) | |
| download | sssd-5a05b6127064c74349f1edae32e5e13032c386fe.tar.gz sssd-5a05b6127064c74349f1edae32e5e13032c386fe.tar.xz sssd-5a05b6127064c74349f1edae32e5e13032c386fe.zip | |
UTIL: Fix dependencies of internal sss libraries
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/dlopen-tests.c | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/tests/dlopen-tests.c b/src/tests/dlopen-tests.c index 7e56d652..5cc6cae6 100644 --- a/src/tests/dlopen-tests.c +++ b/src/tests/dlopen-tests.c @@ -71,18 +71,10 @@ struct so { { "cifs_idmap_sss.so", { LIBPFX"cifs_idmap_sss.so", NULL } }, #endif { "memberof.so", { LIBPFX"memberof.so", NULL } }, - { "libsss_child.so", { "libtevent.so", - LIBPFX"libsss_debug.so", - LIBPFX"libsss_crypt.so", - LIBPFX"libsss_util.so", + { "libsss_child.so", { LIBPFX"libsss_util.so", LIBPFX"libsss_child.so", NULL } }, - { "libsss_crypt.so", { "libtalloc.so", - LIBPFX"libsss_debug.so", - LIBPFX"libsss_crypt.so", NULL } }, - { "libsss_util.so", { "libtalloc.so", - LIBPFX"libsss_debug.so", - LIBPFX"libsss_crypt.so", - LIBPFX"libsss_util.so", NULL } }, + { "libsss_crypt.so", { LIBPFX"libsss_crypt.so", NULL } }, + { "libsss_util.so", { LIBPFX"libsss_util.so", NULL } }, { "libsss_simple.so", { LIBPFX"libdlopen_test_providers.so", LIBPFX"libsss_simple.so", NULL } }, #ifdef BUILD_SAMBA |
