summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-09-22 13:57:13 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-24 16:49:52 +0200
commita801d42c4637bbdf9664d0d8b913ffcab81b904e (patch)
tree951d1f589e740879da3ba02104679bafed9b8d3d /contrib
parente3c06950bdb0bee6df603b101b30b75ef38439a4 (diff)
downloadsssd-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 'contrib')
-rw-r--r--contrib/sssd.spec.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 5ca26495b..63c107c1e 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -777,7 +777,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/%{name}/libsss_ad.so
-%{_libdir}/%{name}/libsss_ad_common.so
%{_libexecdir}/%{servicename}/gpo_child
%{_mandir}/man5/sssd-ad.5*