diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2015-09-22 13:57:13 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-09-24 16:49:52 +0200 |
commit | a801d42c4637bbdf9664d0d8b913ffcab81b904e (patch) | |
tree | 951d1f589e740879da3ba02104679bafed9b8d3d /src/tests/strtonum-tests.c | |
parent | e3c06950bdb0bee6df603b101b30b75ef38439a4 (diff) | |
download | sssd-a801d42c4637bbdf9664d0d8b913ffcab81b904e.tar.gz sssd-a801d42c4637bbdf9664d0d8b913ffcab81b904e.tar.xz sssd-a801d42c4637bbdf9664d0d8b913ffcab81b904e.zip |
BUILD: Do not build libsss_ad_common.la as library
libsss_ad_common.la was a dynamic library and was linked just with unit tests.
It was a workaroud because module libsss_ad.so cannot be linked with tests
without portability issues. But it was addted to pkglib_LTLIBRARIES
and therefore it was installed with other libraries.
This patch changed it and libsss_ad_test.la (old name libsss_ad_common.la)
will be compiled only for unit tests (check_LTLIBRARIES) and will not
be installed with command "make install".
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/tests/strtonum-tests.c')
0 files changed, 0 insertions, 0 deletions