]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commit
Makefile.am: do not build libraries for installing
authorJosh Durgin <jdurgin@redhat.com>
Thu, 23 Jun 2016 00:38:58 +0000 (17:38 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Thu, 23 Jun 2016 01:17:02 +0000 (18:17 -0700)
commit4b8433e25f10591a93a60616398717aac8bd943c
treec9061cb5fc376649e0ee4cd64fc5ff5b1abdf9fb
parent0a439623f75c029912728d80cb7f1b8b48739ca4
Makefile.am: do not build libraries for installing

ceph-test only needs the static versions to link against.
Without this, the debian package build fails because some
ceph-test binaries end up dynamically linked to libgtest
and libgmock, which we do not want to distribute.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
googlemock/Makefile.am
googletest/Makefile.am